7 lines
127 B
Text
7 lines
127 B
Text
Import Int.
|
|
Variables a b c : Int.
|
|
Show a + b + c.
|
|
Check a + b.
|
|
Exit.
|
|
-- the following line should be executed
|
|
Check a + true.
|