home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
Chip_2000-02_cd.bin
/
zkuste
/
Delphi
/
navody
/
tt
/
objvm.exe
/
UNITS
/
VariableRef.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1998-03-13
|
142b
|
11 lines
unit VariableRef;
interface
uses LangValue,
LangVariable;
type TVariableRef=class(ILangValue)
end;
implementation
end.