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
/
ExamplePCATPgms
/
hello.pcat
< prev
next >
Wrap
Text File
|
2003-01-09
|
98b
|
8 lines
(* This program prints out a message. *)
program is
begin
write ("Hello, world!");
end;