From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- command-interface-help | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 command-interface-help (limited to 'command-interface-help') diff --git a/command-interface-help b/command-interface-help new file mode 100644 index 0000000..d015a1e --- /dev/null +++ b/command-interface-help @@ -0,0 +1,33 @@ +Commands used by the Y2.0 command interface: + +Commands to dispose of the current extension: +:eval Evaluate dialogues in the current extension +:save Save the current extension +:kill Forget about the current extension +:list Print the current extension + +Commands to load & run files (compilation units) +:load file Load a file into the system +:compile file Compile a file to native code and save the binary +:run file Load a file and run `main' + +Commands to control the current module: +:clear Remove all saved definitions in the current module +:module name Set the current module +:Main Switch to an empty module named Main + +Other commands: +:cd directory Set the current directory +:p? Describe available printers +:p= p1 p2 ... Set the printers +:p+ p1 p2 ... Enable selected printers +:p- p1 p2 ... Disable selected printers +:o? Describe available optimizers +:o= o1 o2 ... Set the optimizers +:o+ o1 o2 ... Enable selected optimizers +:o- o1 o2 ... Disable selected optimizers +:(fn ...) Evaluate a Lisp expression + +Abbreviations within the current extension: +=exp Creates a dialogue to print the expression under :e +@exp Creates a definition which will run the dialogue under :e -- cgit v1.2.3