lean2/tests/lean/lua2.lean
Leonardo de Moura 57b9657bf0 feat(lua): add lua_exception for wrapping lua errors, and improve Lua error messages in the Lean frontend
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-07 15:19:26 -08:00

15 lines
135 B
Text

Variable x : Bool
{{
a = {}
print("hello world")
print ("ok")
a = {
x = 10,
y = 20
}
rint ("ok")
}}
Variable y : Bool