Post Reply 
RPL equivalents to BREAK, CYCLE, EXIT, etc.?
06-06-2014, 01:37 AM
Post: #4
RE: RPL equivalents to BREAK, CYCLE, EXIT, etc.?
There's always the following construct which (using only "structured" commands) implements and arbitrary program.

WHILE (z) REPEAT
CASE
Z=1 THEN code stuff, Z=whatever END
Z=2 THEN code stuff, Z=whatever END
etc.
END (of the cases)
END (of the while)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: RPL equivalents to BREAK, CYCLE, EXIT, etc.? - ttw - 06-06-2014 01:37 AM



User(s) browsing this thread: 1 Guest(s)