Conditional structures: Difference between revisions

Add Ursalang example
(Add Ursalang example)
Line 8,050:
else
x * fac (Nat.drop x 1)</syntaxhighlight>
 
=={{header|Ursalang}}==
===if…else===
<syntaxhighlight lang="ursalang">
if x > 9000 { "That's impossible!!!" } else { "Ok, I guess" }
</syntaxhighlight>
 
=={{header|V}}==
19

edits