variable_declarations.htm
Navigation: Language Reference > 3 - Variable Declarations >====== Variable Declarations ====== | |
BYTE (one-byte unsigned integer)
SHORT (two-byte signed integer)
USHORT (two-byte unsigned integer)
LONG (four-byte signed integer)
ULONG (four-byte unsigned integer)
SIGNED (16/32-bit signed integer)
UNSIGNED (16/32-bit unsigned integer)
SREAL (four-byte signed floating point)
REAL (eight-byte signed floating point)
BFLOAT4 (four-byte signed floating point)
BFLOAT8 (eight-byte signed floating point)
DECIMAL (signed packed decimal)
PDECIMAL (signed packed decimal)
CSTRING (fixed-length null terminated string)
PSTRING (embedded length-byte string)
Implicit String Arrays and String Slicing
Data Declarations and Memory Allocation
Global, Local, Static, and Dynamic
variable_declarations.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1