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
/
p4
/
tst2
/
p10.pcat
< prev
next >
Wrap
Text File
|
2005-10-25
|
134b
|
6 lines
(*** should print: expecting ':= expr' after id in record constructor - 2 ***)
program is
begin
r := Rec { f := 1; g = 2};
end;