Skip to content
Brain edited this page May 8, 2023 · 1 revision

BOOL$

string-value = BOOL$(numeric-value)

Returns the string form of a boolean value, e.g. any non-zero numeric value becomes TRUE and any zero numeric value becomes FALSE.

Clone this wiki locally