summaryrefslogtreecommitdiff
path: root/miralib/helpfile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-04 12:32:20 -0500
committerJakob Kaivo <jkk@ung.org>2022-03-04 12:32:20 -0500
commit55f277e77428d7423ae906a8e1f1324d35b07a7d (patch)
tree5c1c04703dff89c46b349025d2d3ec88ea9b3819 /miralib/helpfile
import Miranda 2.066 from upstream
Diffstat (limited to 'miralib/helpfile')
-rw-r--r--miralib/helpfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/miralib/helpfile b/miralib/helpfile
new file mode 100644
index 0000000..9d28360
--- /dev/null
+++ b/miralib/helpfile
@@ -0,0 +1,25 @@
+SUMMARY OF MAIN AVAILABLE COMMANDS:
+
+exp evaluate a Miranda expression
+exp &> file send value of expression to file (background process)
+exp &>> file append value of expression to file (background process)
+exp :: print type of exp
+? list all identifiers in scope (grouped by source file)
+?identifier(s) give more information about identifier(s)
+??identifier open source file at definition of identifier
+!command execute any UNIX shell command
+!! repeat last shell command
+/edit /e edit current script (default editor = vi or joe)
+/edit filename edit filename
+/file /f display filename of current script
+/file filename change to new current script
+/help /h display this command summary
+/man /m ENTER ONLINE REFERENCE MANUAL (menu driven)
+/quit /q quit the Miranda system
+/aux /a display list of auxiliary commands
+
+Notes:-
+each "/" command can be abbreviated to its first letter - /e /f /h /m /q
+% is shorthand for the name of the current script (in commands)
+Special case - note that `/f %' forces recompilation of current script
+$$ is shorthand for the last expression evaluated (in expressions)