RosettaCodeData/Task/Conditional-structures/Babel/conditional-structures-3.pb
2023-07-01 13:44:08 -04:00

6 lines
197 B
Text

({3 4 >} {"Three is greater than four" }
{3 3 >} {"Three is greater than three"}
{3 2 >} {"Three is greater than two" }
{3 1 >} {"Three is greater than one" })
cond
<<