diff options
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -271,10 +271,11 @@ run = function() end end if #file_queue == 0 then - nomsu:run([[use "core" + nomsu:run([[#!/usr/bin/env nomsu -V2 +use "core" use "lib/consolecolor.nom" action [quit, exit]: lua> "os.exit(0)" -action [help] +action [help]: say ".." This is the Nomsu v\(Nomsu version) interactive console. You can type in Nomsu code here and hit 'enter' twice to run it. |
