Deferred Command Summary

Top  Previous  Next

Ctrl = Ctrl key       Alt = Alt key       Fn = Function key

 

 

Delete Commands

Character

Action

D

R

Z

E

Back a character

Rest of line, including carriage return

Zap back to last form feed

Erase scoop

 

 

Insert

Character

Action

I

X

H

Insert string

Insert scoop buffer contents

Insert character by its Hex value

 

Miscellany Commands

Character

Action

P

Esc

Esc Esc

[ ]

#

;

V

Execute command line (0-9)

Command separator

Execute command line

Enclose a conditional block

Repeat command indefinitely

Exit a loop

Copy editor text to command line

 

 

Expression Commands

Character

Action

( )

[ ]

$

^

%

@

_

K

Z

.

C

+ - * /

\

& !

~

= #

> <

>= <=

Enclose an expression

Enclose a conditional block

Hex constant

ASCII constant

Variable

Character after cursor

Character before cursor

Wait for then get Keystroke

Remaining space

Cursor location in text

Cursor column position

Add, Subtract, Multiply, Divide

Remainder

And, Or

Not

Equal, Not equal

Greater than, Less than

Greater than or equal, Less than or equal

 

 

Variable Commands

Character

Action

BA

BH

BD

BN

BS

BT

BX

Bn

-Bn

:

_

Insert as ASCII character

Insert as Hex number

Insert as Decimal number

Show on Expression Output Line in decimal

Show on Expression Output Line in hex

Set to scooped decimal value

Set to scooped hex value

Save Global (n= 0-9)

Load Global (n= 0-9)

Move to location in variable

Set loop count from variable

 

 

Search Commands

Character

Action

S

Ctrl-W

Ctrl-N

F

+ -

For a string

Wild character

Matches any numeric character.

Find and replace

Prefix - Search forward or backward

 

Loop Commands

Character

Action

{ }

J

Enclose a loop

Jump to the beginning of a macro and repeat