Bool (primitive type)
Boolean value, can be either true or false.
if and until statement requires condition must return a bool value.
Type
Bool :: Bool
Examples
This example will NOT work.
if 0 then
println$(' 0 is not false ')
end
Boolean value, can be either true or false.
if and until statement requires condition must return a bool value.
Bool :: Bool
This example will NOT work.
if 0 then
println$(' 0 is not false ')
end