71
VERSION
Purpose To write version information to the system.
Syntax VERSION(A$)
Remarks “A$” is a string variable, indicating program name, date, etc.
This command is used to write information of program version to the system.
Such information can be checked in System Menu | Information | USR.
Note that this command
must be on the first line of the program; otherwise, it
will be ignored. The string for version information cannot exceed 15 characters.
Example
VERSION(“CipherBASIC 2.0”)