diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:14:52 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:14:52 -0800 |
| commit | 3c7a0ff2ea81c0530d0168c4b9f4326a6200b781 (patch) | |
| tree | eb869fbc43333273849ce60768ec3f37f6f8928d | |
| parent | fb8f8ed99ea13be5f2ad8affd2801ed2120fbf02 (diff) | |
Added doc
| -rw-r--r-- | tools/repl.nom | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/repl.nom b/tools/repl.nom index 6857df2..6197074 100644 --- a/tools/repl.nom +++ b/tools/repl.nom @@ -1,4 +1,7 @@ #!/usr/bin/env nomsu -V4.10.12.7 +# + This file defines a Read-Evaluate-Print-Loop (REPL) for Nomsu + use "lib/consolecolor.nom" use "lib/os.nom" |
