Conditional structures: Difference between revisions

m
(→‎{{header|Beeswax}}: Beeswax language example added)
Line 673:
ON expression% PROCone, PROCtwo ... ELSE statements</lang>
 
=={{header|Beeswaxbeeswax}}==
 
beeswax has 4 conditional operators that act like the ternary '''?:''' operator in C or Julia. Due to the 2-dimensional nature of beeswax it is possible to realize complex branching structures this way.
136

edits