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
/
p5
/
tst
/
p1.pcat
< prev
next >
Wrap
Text File
|
2005-11-01
|
136b
|
7 lines
(*** Check variable declarations - should be no errors ***)
program is
var x, y, z: integer := 1;
a: real := 1.5;
begin end;