Previous: 4.67.1.2. _psp variable To the Table of Contents Next: 4.67.1.4. CmdLine variable
4.67.1.2. _psp variable Table of Contents 4.67.1.4. CmdLine variable

- 4.67.1.3. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.3. _zero variable


4.67.1.3. _zero variable

Targets: MS-DOS, Win32

System Unit

The _zero variable is always 0 and provided for compatibility with old versions of TMT Pascal compiler.

Declaration:
var _zero: DWORD := 0;



Previous: 4.67.1.2. _psp variable To the Table of Contents Next: 4.67.1.4. CmdLine variable
4.67.1.2. _psp variable Table of Contents 4.67.1.4. CmdLine variable

- 4.67.1.3. -