| Next | Previuos | Contents |
|
NAME |
PURPOSE |
FORMAT |
| CDBL | Converts a number to double precision. |
CDBL(x) where: x is an integer or single precision number |
| CHR$ | Returns an ASCII chara- cter for an integer. |
CHR$(i) where: i is an integer in the range 0 to 255 |
| CINT | Converts a number to an integer. |
ClNT(x) where: x is a single or double precision number |
| CLEAR | Resets memory space. | CLEAR string space, highest location |
| CLOAD, CLOADM | See under LOAD. | |
| CLOAD? | Used to compare a BASIC program on tape with one in memory. |
CLOAD? "filename" |
| CLOSE | Closes access to a peripheral or file. |
CLOSE file number 1, file number 2, ... , |
- 32 -
| Next | Previuos | Contents |