OC-MultICE/modules/applications/luash.lua

8 lines
118 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
s("lua shell",function()
print(_VERSION)
while true do
h("display","> ")
print(pcall(load(readln())))
end
end)