Closed Azer0s closed 7 years ago
case[false] out:'hi' endcase out:'ayy' else out:'hello' endelse
Output: ayy hello
case[true] out:'hi' endcase out:'ayy' else out:'hello' endelse
Output: hi ayy
Output: ayy hello
Output: hi ayy