From e22c35681f90740b4f5006c30b3f154ebd1f8ea2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Sep 2018 19:17:09 -0700 Subject: Auto-upgraded everything. --- nomsu.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index 0a0dce1..328ef32 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -280,20 +280,20 @@ run = function() end end if not (args.primary_file or args.exec_strings) then - nomsu:run([[#!/usr/bin/env nomsu -V2 + nomsu:run([[#!/usr/bin/env nomsu -V4 use "lib/consolecolor.nom" action [quit, exit]: lua> "os.exit(0)" action [help]: - say ".." - This is the Nomsu v\(Nomsu version) interactive console. + say "\ + ..This is the Nomsu v\(Nomsu version) 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. - -say ".." + To exit, type 'exit' or 'quit' and hit enter twice." +say "\ + .. \(bright)\(underscore)Welcome to the Nomsu v\(Nomsu version) interactive console!\(reset color) press 'enter' twice to run a command - \("")]]) + "]]) for repl_line = 1, math.huge do io.write(colored.bright(colored.yellow(">> "))) local buff = { } -- cgit v1.2.3