| Identifier |
Scope |
Value |
Comment |
| const true |
global |
1 |
|
| const false |
global |
0 |
|
| const PATHSEPARATOR |
global |
/ or \ |
Depending on operating system |
| const MAXLONG |
global |
2147483647 |
Useful for some library functions |
| const cslVersion |
global |
CSL kernel version |
|
| const cslCompiler |
global |
IBM, BORLAND, MICROSOFT or GNU |
Compiler csl kernel was built by |
| const cslBuilt |
global |
Date and time of kernel build |
|
| static const cslFileName |
global |
file/module name |
|
| const argCount |
local |
# of arguments passed to function |
Only present in functions with optional parameters |
| const cslFunction |
local |
function name |
Only present in functions |
| const mainArgVals[] |
global |
arguments on command line |
Only present when run by csl executive |