| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
| Overview | Variable Names | Variable Types | Variable Length | Variable Classification | Data Division Statements | System Variables |
| System variable: | VERSION$ |
| Length: | 7 |
| Description: |
The system variable named VERSION$ contains the current version
number of Comet. This seven-byte string is in the form "XXX.YYY",
where "XXX" represents the major release level and "YYY"
represents the update release level.
For example, for Comet release 505.231, VERSION$ would equal "505.231". |