All Bundles

Bool

Boolean class

Operations

Error

Prints an error boolean value

function : Error() ~ Nil

ErrorLine

Prints an error boolean value with a newline

function : ErrorLine() ~ Nil

Print

Prints a boolean value

function : Print() ~ Nil

PrintLine

Prints a boolean value with a newline

function : PrintLine() ~ Nil

ToString

Formats the boolean value into a string

function : native : ToString() ~ String
Return
TypeDescription
Stringstring value

Formats the boolean array into a string

function : native : ToString(b:Bool[]) ~ String
Parameters
NameTypeDescription
bBool[]boolean array

Return
TypeDescription
Stringstring value