home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISCWORLD 7
/
RISCWORLD_VOL7.iso
/
Software
/
Issue2
/
SDL.ARC
/
!gcc
/
examples
/
h
/
Simple
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-01-02
|
100 b
|
12 lines
#include <objc/Object.h>
@interface simple: Object
{
int value;
}
-init: (int) x;
-print;
@end