RosettaCodeData/Task/Conditional-structures/Beeswax/conditional-structures-1.be...

5 lines
360 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

' lstack top value == 0 ? skip next instruction : dont skip next instruction.
" lstack top value > 0 ? skip next instruction : dont skip next instruction.
K lstack top value == 2nd value ? skip next instruction : dont skip next instruction.
L lstack top value > 2nd value ? skip next instruction : dont skip next instruction.