set-cmem command

The set-cmem BASIC program displays or changes the size of the data area used for the BASIC/C or BASIC/GM Assembler interface for the current process.

For Windows: Not Supported

Syntax

set-cmem {size} {(options}

Parameter(s)

size Specifies the new data size. The minimum size is 1KB. There is no maximum. If the size is not specified, the current size displays. The new size remains valid for the current process. At boot time, the default size is 32 KB.
options q Quiet mode suppresses all terminal output.

Example(s)

set-cmem
BASIC/C data size: 32768 bytes (32 K)