Data Update
This commit is contained in:
parent
e50b5c3114
commit
633b36288a
206 changed files with 4762 additions and 965 deletions
|
|
@ -1,3 +1,5 @@
|
|||
(if (= (* 2 2) 4) (print "if-then: equal"))
|
||||
(if (= (* 2 2) 6) (print "if-then: non equal"))
|
||||
(if (= (* 2 2) 4)
|
||||
(print "if-then: equal"))
|
||||
(if (= (* 2 2) 6)
|
||||
(print "if-then: should not be printed"))
|
||||
; ==> if-then: equal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue