Conditional structures: Difference between revisions

Content added Content deleted
(→‎{{header|Beeswax}}: Beeswax language example added)
Line 673: Line 673:
ON expression% PROCone, PROCtwo ... ELSE statements</lang>
ON expression% PROCone, PROCtwo ... ELSE statements</lang>


=={{header|Beeswax}}==
=={{header|beeswax}}==


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.
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.