sys | |
USE: |
specify a signed integer of system width (32/64 bits wide)
specify a variable to hold Boolean true/false states
|
EXAMPLE: |
sys i=42 bool t=true if not t then ... |
REMARKS: |
this type is always wide enough to hold a pointer. Notionally a Boolean type, but in reality. it is a 32bit signed integer, as in C |
RELATED: |
any
types
any
types
|