PC Logo Wiki
Advertisement

Syntax

ERC

Explanation

The ERC command erases all defined constants. You cannot erase individual constants, since every constant name you would enter on the command line would immediately be replaced by its text string.

This command is an abbreviation for the command ERASE CONSTANTS.

Example

? CONST "NAME "MICHAEL

? CONST "HELLO [OH HI, NAME]

? POC

NAME is MICHAEL

HELLO is OH HI, NAME

? ERC

? POC

?

Advertisement