C
if a<b = = c= =d ...
0 1
1 1 0
Pascal :
if A B c d and not done?
if A B C D and not done
||| | | || |
0123 2 3 21 0
0
Pascal
: if A B C D and not Done
if A B C D and not Done
|| | | || |
0 12 1 2 10 -l
O
17.1.5
while i<= MaxElements and item[i]<> 0 do
i MaxElements 1
item item MaxElements 1
Macintosh MS DOS
Microsoft Windows OS 2
Pascal basic
Pascal
while i<= MaxElements do
if item[i] <> 0 then
i MaxElements item[i]