I have seen these a lot (including my project)- open else blocks, where you either have nothing on the if part (if it's true do this), or nothing on the else part (if true, do this, else do that). Does it even make a difference? Is an open else block the same as a regular if block?
Offline
Or it could be used to say that if this condition is met, else nothing.
<if> Pie = 1
eat pie
<else>
*do nothing*
<end>
Last edited by relyt12101 (2008-08-04 20:03:19)
Offline