You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Andy Paul <ap...@blueyonder.co.uk> on 2003/07/18 09:51:35 UTC

[JELLY] How to cut short a script

Hi,
    I was wondering how I might cut short a script.
    Basically I'd like to simulate 'return' for a sub script following 
an if statement.
    I could wrap the rest of the sub script with that if, but it could 
lead to a confusing number of blocks.
    Thanks
       Andy