jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
iteration:
leading test
(BEGIN)
|
while (condition)
do this
|
(END)----------
trailing test
(BEGIN)
|
do this
|
until (condition)
|
(END)
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
iteration:
leading test
(BEGIN)
|
while (condition)
do this
|
(END)----------
trailing test
(BEGIN)
|
do this
|
until (condition)
|
(END)