8 lines
118 B
Lua
8 lines
118 B
Lua
s("lua shell",function()
|
|
print(_VERSION)
|
|
while true do
|
|
h("display","> ")
|
|
print(pcall(load(readln())))
|
|
end
|
|
end)
|