diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-02-06 15:33:10 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-02-06 15:34:00 -0800 |
| commit | 057f5b74ebb7851f6ba824129b3e3316cae23260 (patch) | |
| tree | 2561ca637f5db834cb8f8b82831cbbbbc26d71ae /lib/tools/repl.nom | |
| parent | 618e48ad98c0e2b36eb22c75251dddc141d822e6 (diff) | |
Moving to better, more centralized versioning system. Now the Nomsu
version is just defined as a list at the top of nomsu.moon, and uses
X.Y.Z form instead of X.Y.Z.W. Added a ([...], from 2) method and a
([...], up to 5) method, and fixed a few upgrade bugs.
Diffstat (limited to 'lib/tools/repl.nom')
| -rwxr-xr-x | lib/tools/repl.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/repl.nom b/lib/tools/repl.nom index 5e8336f..716c899 100755 --- a/lib/tools/repl.nom +++ b/lib/tools/repl.nom @@ -11,7 +11,7 @@ use "commandline" external: (help) means: say (" - This is the Nomsu v\(Nomsu version) interactive console. + This is the Nomsu v\($(NOMSU VERSION), joined with ".") interactive console. You can type in Nomsu code here and hit 'enter' twice to run it. To exit, type 'exit' or 'quit' and hit enter twice. ") @@ -23,7 +23,7 @@ external: command line program with $args: say (" - \(bright)\(underscore)Welcome to the Nomsu v\(Nomsu version) interactive console!\ + \(bright)\(underscore)Welcome to the Nomsu v\($(NOMSU VERSION), joined with ".") interactive console!\ ..\(reset color) press 'enter' twice to run a command type 'tutorial' to run the tutorial |
