home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
sharew
/
dobject
/
address.do
next >
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
|
1991-07-08
|
152 b
|
8 lines
/*
a small demonstration of dObject's Address class
*/
a = 1;
? "variable a = ",a;
? "address of a = ",&a;
? "contents of address of a = ",*&a;