The KUIML engine provides predefined built-time variables that can be used in the code like any other user-defined VARIABLE. All predefined variables are enclosed with '_' characters. To avoid potential conflicts, your own variables should not use this syntax.
Full path of the current file being processed by the KUIML engine.
Full path of the current directory (directory containing the current file being processed by the KUIML engine).
Largest absolute value that can be used with parameters (PARAM elements).
Largest absolute integer value that can be used with parameters (PARAM elements).
System currently running the software: 'Mac' or 'Windows'.
Path to the system program files directory.
Path to the system 32-bit program files directory.
Path to the system 64-bit program files directory.
Architecture of the processor the software is currently running on ('x64' or 'x86').
Version of the KUIML language, added in version 2.7.3