Provides helper functions for operations unified across all types.
Type | Name | Signature |
---|---|---|
function | getLength | int getLength(var) |
function | toString | string toString(var) |
int getLength(var val)
Get the length of anything.
Parameters
Returns
string toString(var val)
Convert anything to a string.
Parameters
Returns