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

2 lines
72 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
if energyLevel > 9000 { "That's impossible!!!" } else { "Ok, I guess" }