home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
do1beta.zip
/
ADDRESS.DO
next >
Wrap
Text File
|
1991-07-08
|
152b
|
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;