Package: boolean

API

fromString
method boolean->fromString(input as string);

Sends a message to a room.

coalesce

function coalesce(value1 as bool, value2 as bool) as bool

Returns the first non-null value. value2 cannot be null.

Since 1.5.1