3 lines
56 B
Text
3 lines
56 B
Text
(if (= 5 (foo))
|
|
(compute_something)
|
|
(print "uhoh"))
|
(if (= 5 (foo))
|
|
(compute_something)
|
|
(print "uhoh"))
|