Return to previous page Return to menu Go to next page

SD

    format SD [regexp]

    Description Delete symbols that match regexp.

SA

    format SA name, expr

    Description Registers the symbol name name with the value expr. The same name is already registered               If the value is updated.

                  ● A maximum of 16384 items can be sorted for all symbol display commands. Sort with                 The command cannot display more than 16384 symbols, but only the SR command                 Can be used even when the number of symbols is 16384 or more.

Macro operation

The
macro enables user-definition using any number of statements as one command. The macro is executed in the same way as other built-in commands with the macro name as the command name. If you want to have an argument, use the '`' character in the macro definition. There is no need to write a dummy argument.

MACRO

    format MACRO name

    Description Sets the macro for the name name. The definition ends by entering a blank line.

EXITM

    format EXITM expr

    Description This command can be executed only during macro expansion. If the value of expr is 0, the currently executing macro               Get out of.

MLIST

    format MLIST [regexp]

    Description Displays the macro name that matches regexp and its contents. Sort by dictionary order of macro names               Display from.               When regexp is omitted, the character string "*" is used.

                  ● Sort display has the same restrictions as symbol operation commands.

WM

    format WM [filename]

    Description Writes the currently registered macro to the file filename.


Return to previous page Return to menu Go to next page