home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
CLIPPER
/
MISC
/
BIPL.ZIP
/
IDOL.ZIP
/
ICTEST.IOL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-12-30
|
171 b
|
12 lines
class ictester()
method classmethod()
write("hello, world")
end
end
procedure main()
x := ictester()
x$classmethod()
ictester_classmethod(x)
end