2014-01-05 20:05:08 +00:00
|
|
|
import Int.
|
|
|
|
variables a b c : Int.
|
2014-01-05 19:03:35 +00:00
|
|
|
print a + b + c.
|
2014-01-05 20:05:08 +00:00
|
|
|
check a + b.
|
|
|
|
exit.
|
2014-01-05 16:52:46 +00:00
|
|
|
-- the following line should be executed
|
2014-01-05 20:05:08 +00:00
|
|
|
check a + true.
|