aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon10
1 files changed, 9 insertions, 1 deletions
diff --git a/nomsu.moon b/nomsu.moon
index da9f9bd..d66825d 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -175,7 +175,15 @@ run = ->
if args.interactive
-- REPL
- nomsu\run 'say "\\n\\(bright)\\(underscore)Welcome to the Nomsu v\\(Nomsu version) interactive console!\\(reset color)\\n press \'enter\' twice to run a command\\n"'
+ nomsu\run [[
+use "core"
+use "lib/consolecolor.nom"
+say ".."
+
+ \(bright)\(underscore)Welcome to the Nomsu v\(Nomsu version) interactive console!\(reset color)
+
+ press \'enter\' twice to run a command
+ \("")]]
ready_to_quit = false
nomsu.A_quit = ->
export ready_to_quit