RosettaCodeData/Task/Conditional-structures/Babel/conditional-structures-3.pb

7 lines
197 B
Plaintext

({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
<<