home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
proglang
/
ladybug1.arj
/
HELP.BUG
< prev
next >
Wrap
Text File
|
1991-01-13
|
668b
|
27 lines
to help
ct
print "'Press For a description of'
print "' 1 Graphics commands '
print "' 2 Sound making commands'
print "' 3 Input and Output
print "' 4 Control commands'
print "' 5 Workspace commands'
print "' 6 Running Procedures'
print "' 7 Expressions and functions'
print "' 8 Tools in workspaces
print "' 0 To exit from HELP
print "' '
type "'Press a key '
local "key
make "key rc
if not number? :key [erase "help ct stop]
if :key < 1 [erase "help ct stop]
if :key > 8 [erase "help ct stop]
make "key word "help :key
load :key
help
print "' '
end
help