RosettaCodeData/Task/Conditional-structures/Ursalang/conditional-structures-2.ursa

4 lines
92 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
if color == "red" { "aaaaaah!" }
else if color == "blue" { "oooooh!" }
else { "eeeeeeee!" }