ELSE


Next: EXIT Up: COD Command Summary Previous: DUP

ELSE

If the condition was false when the IF statement executed, then transfer control to the first statement following the ELSE. If the condition was true, then the function executes code down to the ELSE statement and then skips to the first statement following the THEN statement. This statement must be preceded by an IF statement. This word can only be used in colon definitions. (See the IF topic for an example.)



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