Global Functions
Global Functions are functions that can be accessed from any function anywhere in a script.
Methods


Static
Executes the parameter as Kolben script code and returns the result.


Static
Returns whether the input is a finite number.


Static
Returns whether the input is NaN (not a number).


Static
Gets the name of an object.


Static
Gets the length/size of a variable's content.


Static
Waits for async tasks to complete.
Signatures:
Return: void
Usage: sync();


Static
Converts a primitive value (string, bool, number) into a prototype instance of that type.


Static
Converts a prototype instance (string, bool, number) into its primitive value.


Static
Gets the type name of a variable's content.