home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.ee.pdx.edu
/
2014.02.ftp.ee.pdx.edu.tar
/
ftp.ee.pdx.edu
/
pub
/
users
/
Harry
/
compilers
/
p3
/
tst2
/
p64.pcat
< prev
next >
Wrap
Text File
|
2005-10-24
|
128b
|
7 lines
(*** should print: expecting to in for statement following expr-1 ***)
program is
begin
for x := 1 thru 10 do
end;
end;