Changes
=== Commands and operators ===
;AFTERI[,t] GOSUB Ln: [Waits for i/50 seconds and then jumps to the subruotine at line Ln...] ;AUTO[Ln, i]: Automaticaly generates line numbers starting at line Ln with increment i between line numbers.: Use [ESC to leave AUTO mode.Default value for Ln and i is 10.::''Example:''::AUTO 100,5 - generates line numbers 100, 105, 110.]..
;BORDER
: [...]
;CALL: add[...,list of parameters]: Allows an externally developed subroutine to be called by BASIC::''Example:''::CALL 0 - resets the computer completely
;CAT
: [..Displays the names of all existing programes on the tape or disk.::'''Examples:'''::CAT [ENTER] - lists all disk files in alpha-numeric order::TAPE [ENTER]::CAT [ENTER]- lists names of all tape files in their storage order
;CHAIN
: [...]
;CHAIN MERGE
: [...]
;CLEAR
: [Clears all variables from memory, leaving the program in memory unchanged.All open files are abandoned..]
;CLG
: [...]
;CLOSEIN
: [...]
;CLOSEOUT
: [...]
;CLS
: [...]
;CONT
: [...]
;CURSOR
: [...]