RosettaCodeData/Task/Conditional-structures/LIL/conditional-structures.lil

3 lines
109 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if {$a > 10} {print "code evaluated on true"}
if {$a > 10} {print "again"} {print "code evaluated on false"}