I couldn't find a way to use bool. Interim I am trying to use: ``` enum Bool: 1 { false = 0, true = 1 } ```