Conditional structures: Difference between revisions

m
Ursalang: give more of a clue about the joke in the code
(Add Ursalang example)
m (Ursalang: give more of a clue about the joke in the code)
Line 8,054:
===if…else===
<syntaxhighlight lang="ursalang">
if xenergyLevel > 9000 { "That's impossible!!!" } else { "Ok, I guess" }
</syntaxhighlight>
 
19

edits