aboutsummaryrefslogtreecommitdiff
path: root/tools/repl.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-11 16:26:38 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-11 16:27:01 -0800
commit9d82d522c17493ad3016ca0678a951485067408f (patch)
treeda23135f690e843cb5be3798b59d056d8c89f335 /tools/repl.nom
parent370fad9cd32e1931411282070963e80c3b1faf0c (diff)
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
Diffstat (limited to 'tools/repl.nom')
-rw-r--r--tools/repl.nom4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/repl.nom b/tools/repl.nom
index 9d9e88d..6857df2 100644
--- a/tools/repl.nom
+++ b/tools/repl.nom
@@ -4,9 +4,7 @@ use "lib/os.nom"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-externally [quit, exit] all mean:
- lua> "os.exit(0)"
-
+externally [quit, exit] all mean: lua> "os.exit(0)"
externally (help) means:
say "\
..This is the Nomsu v\(Nomsu version) interactive console.