Search the Commands

Home  All  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 

Details for command jump_zero:
 
* jump_zero (<condition>),<label>;
 
This command works kinda like an 'if'+'goto' combination in one go. (See 'if').
If the condition is false (equal to zero) this command will immediately jump to
the specified label like in 'goto'.

While 'if' is more generally useful, for some cases this could be an
optimisation.

Valid XHTML 1.0 Strict Valid CSS!