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

3 lines
67 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
>> either 3 > 2 [print "Three larger"][print "Nope!"]
Three larger