J


Next: LEAVE Up: COD Command Summary Previous: INT

J

Push the index value of the next outer FOR loop onto the stack. This statement can only be used inside FOR loops inside a colon definition.

Example:

COD> : TMP 2 1 FOR
COD>           5 4 FOR
COD>               J . LOOP LOOP ;

COD> TMP
 1.0
 1.0
 2.0
 2.0



Web Page Maintained by: Dr. Lawrence E. Brown elwin@redshift.gsfc.nasa.gov