lean2/tests/lua/old/st2.lua

8 lines
100 B
Lua
Raw Normal View History

-- Create a nested lua_State object
S = State()
S:dostring([[
flag = ...
print(flag)
]], true)