in reply to RE: exiting a if loop
in thread exiting a if loop
Note that a block by itself is semantically identical to a loop that executes once. Thus `last' can be used to effect an early exit out of such a block.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (3) paulbort: exiting a if loop
by nuance (Hermit) on Jun 06, 2000 at 20:24 UTC |