lean2/tests/lean/single.lean

7 lines
118 B
Text
Raw Normal View History

Variables a b c : Int.
Show a + b + c.
Check a + b.
Exit.
(* the following line should be executed *)
Check a + true.