![]() |
System Debug Reference Manual
> Chapter 10 System Debug Standard Functionsfunc bool |
|||||||||||||||||||||||
|
Syntaxbool (value) Formal Declarationbool:bool (value:any) Parameters
Examples$nmdebug > wl bool(0) FALSE $nmdebug > wl bool(1) TRUE $nmdebug > wl bool(123) TRUE $nmdebug > wl bool(a.c00023c4) TRUE $nmdebug > wl bool(0.0) FALSE Limitations, RestrictionsNone
|