# commands for test engine 3 (and subsequent versions)
#
; TYPE 2 : command taking one word as the argument
p lookup 1
s examine 1
t 2
a l
a view
a ?
; NOTE:
; the magic number 2 is reserved for the never implemented,
; deprecated, silly idea of a token "examine" (note that 
; this is now a synonym for "lookup"). If we ever try to
; molest the secondaries then we'll have a party.
;
;
;
; the LOAD command 
; is a type 2 (with great koolness)!
m 3 load
a readin
a kload
t 2
; makeheader : the whole reason for this program!
m 4 makeheader
a genh
a doh
a doheader
t 2
; set enum name (a convience!)
m 5 setenumname
a seten
a name
a e
t 2
m 8 setns
a setnamespace
t 2
m 9 setpre
a setprefix
a setenumprefix
a pre
t 2
; TYPE 1 : system mode (exit only, for now)
m 17 exit
a system
a quit
a x
a xit
t 1
; TYPE 3 : single word commands 
m 32 diag
a diagnostics
a basicinfo
t 3
m 33 plist
a listprimaries
t 3
m 34 nlist
a listall
a list
t 3
m 6 nsclr
a clearnamespace
t 3
m 7 preclr
a clearprefix
t 3
-
; End of Meaning

