diff options
Diffstat (limited to 'repl.lua')
-rw-r--r-- | repl.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ local function result(ok,...) print("error: "..(...)) end end +io.write("lua_repl_good for ".._VERSION) +if jit then io.write(" ("..jit.version..")") end +io.write"\n" while true do local f,err = read_chunk() |