in reply to Re^2: elseif syntax error
in thread elseif syntax error

Look again. Not if you use an early exit at the end of each block.

The whole point of the technique is to use an early exit at the end of each block to avoid the need to nest blocks and allow else blocks to turn into a simple unindented block of code.


True laziness is hard work