lean2/tests/lean/lua1.lean
Leonardo de Moura a9b2be0b9c feat(frontends/lean): add support for embedded Lua scripts in Lean files
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-07 13:56:04 -08:00

7 lines
72 B
Text

Variable x : Int
{{
print("hello world from Lua")
}}
Variable y : Int