Define a first-column marker for Tefigel commands or instructions.
Define a new command or instruction marker:
mark CMD <new-marker>
mark <instruction> <new-marker>
Restore the previous command or instruction marker (if any):
mark CMD
mark <instruction>
The initial value for the CMD (command) marker is
the at-sign @.
The initial value for the call (subroutine call) marker is
the dollar-sign $.
The initial value for the rem (remark) marker is
the sharp-sign #.
The <instruction>'s that can be specified as
parameters for mark are the following:
rem
call
set
globset
unset
link
unlink
trap
untrap
add
sub
mul
div
trunc
neg
eval
and
or
not
A <marker> is the most recent <new-marker> defined for the
corresponding instruction.
The <new-marker> can be any non-blank character.
If no <new-marker>
is specified, the previous corresponding marker (if any) is
automatically restored.
[Previous chapter]
[Next chapter]
[Back to top]
|