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