4 lines
54 B
Ada
4 lines
54 B
Ada
|
|
for Item of A loop
|
||
|
|
Put( Item );
|
||
|
|
end loop;
|