home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #4
/
amigaacscoverdisc1998-041998.iso
/
utilities
/
shareware
/
dev
/
ppcsmalleiffel
/
lib_show
/
animal
/
sample2.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-01-16
|
261 b
|
21 lines
class SAMPLE2
creation {ANY}
make
feature {ANY}
chat: CHAT;
mille_pattes: MILLE_PATTES;
make is
do
!!chat;
!!mille_pattes;
chat.felicitations(chien);
mille_pattes.felicitations(chat);
end;
end -- SAMPLE2