$D <default 0> <default 1> $ <default 3>
; DOTEST.DO 2.3(5) 14-Jul-87 by Irv Bromberg, for testing .DO file processing
; Use NEWMDO.M68 to generate new MDO.LIT to support all new features here
:<$0 $1 $2 $3 $4 $5
$$.=$. (AMOS/L prompt as SET)
$$:=$: (device and drive spec)
$$@=$@
$$A=$A
$$B=$B (base as OCT DEC or HEX)
$$C=$C (CTRLC or NOCTRLC as SET)
$$D=$D (DSKERR or NODSKERR as SET)
$$E=$E (ECHO or NOECHO as SET)
$$F=$F
$$G=$G (GUARD or NOGUARD as SET)
$$H=$H
$$I=$I
$$J=$J (job name)
$$K=$K
$$L=$L (language definition table primary name)
$$M=$M (memory partition size)
$$N=$N
$$O=$O
$$P=$P (p,pn)
$$Q=$Q
$$R=$R (radix as 8 10 or 16)
$$S=$S
Press RETURN to continue: >
:K
XY=3    ; up
XY=9    ; clreol
XY=3    ; up
:<
$$T=$T (terminal name)
$$U=$U (user name as set using USRNAM command)
$$V=$V (VERIFY or NOVERIFY as SET)
$$W=$W
$$X=$X
$$Y=$Y
$$Z=$Z
$$$$=$$
>