lean2/tests/lean/lua3.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

6 lines
No EOL
45 B
Text

Variable x : Int
{{
dofile("script.lua")
}}