14 lines
162 B
Text
14 lines
162 B
Text
|
import Int.
|
||
|
variables i j : Int
|
||
|
variable p : Bool
|
||
|
|
||
|
(*
|
||
|
local env = get_environment()
|
||
|
|
||
|
parse_lean_cmds([[
|
||
|
print "hello"
|
||
|
eval i + j
|
||
|
check i + p
|
||
|
]])
|
||
|
*)
|