if you try the following it neither errors nor moves on to the next command:

Code:
//echo * $iif(a $!( $null ),) | echo next command


whereas this provides an error as expected:

Code:
//echo * $iif(a $!( $me ),) | echo next command


in the case of /if, the error is completely overlooked and the following line echoes 'next command':

Code:
//if (a $!( $null )) echo * | echo next command


not a pressing issue, but perplexing nonetheless


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde