home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
language
/
isetl
/
assign.t
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-08-20
|
206 b
|
17 lines
program test;
x := 1; y := 0;
while x<10 do
if x=4 then a := [1,a]; b:= [2,b];
elseif x=3 then a := [3,a];
elseif x=5 then a := [5,a];
else y := y+1;
end;
x := x+1;
end;
end;
a;
b;
x;
y;