wouldn't it be nice to be able to use the return statement deep inside your 
expression such that something like

captures = (match(regex, str) || return).captures

in this specific case i encountered a simple HttpRouter which just skips 
the current handler and i don't really need the other results of the match 
expression

regards till

Reply via email to