RosettaCodeData/Task/Conditional-structures/Red/conditional-structures-2.red

3 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
>> either 3 > 2 [print "Three larger"][print "Nope!"]
Three larger