|
Awkl
|
Namespaces | |
| namespace | type |
Functions | |
| number | type::isTrue (any x) |
Check if variable is true: truthy of type number|bool | |
| number | type::isFalse (any x) |
Check if variable is false: falsy of type number|bool | |
Variables | |
| bool | type::true = awk::mkbool(1) |
True: 1 of type number|bool | |
| bool | type::false = awk::mkbool(0) |
False: 0 of type number|bool | |