Boolean class
OperationsPrints an error boolean value
function : Error() ~ Nil
Prints an error boolean value with a newline
function : ErrorLine() ~ Nil
Prints a boolean value
function : Print() ~ Nil
Prints a boolean value with a newline
function : PrintLine() ~ Nil
Formats the boolean value into a string
function : native : ToString() ~ String
Type | Description |
---|---|
String | string value |
Formats the boolean array into a string
function : native : ToString(b:Bool[]) ~ String
Name | Type | Description |
---|---|---|
b | Bool[] | boolean array |
Type | Description |
---|---|
String | string value |