2013-12-09 20:17:43 +00:00
|
|
|
print("hello world")
|
|
|
|
local env = environment()
|
2014-01-01 21:52:25 +00:00
|
|
|
env:import("Int")
|
2014-01-05 20:05:08 +00:00
|
|
|
parse_lean_cmds([[ variables a b : Int ]], env)
|
2013-12-09 20:17:43 +00:00
|
|
|
print(parse_lean([[a + b + 10]], env))
|