BoolLogin | About | Page IndexHome | Manual | Publications | Download | Support

Bool

Represents a truth value. Either true or false. Example:

var b : Bool := true;

The default value for Bool properties and variables is false.

Functions

toString():String

Converts this value to a String.


powered by WebDSL