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 >
Pascal/Delphi Source File  |  1998-03-13  |  142b  |  11 lines

  1. unit VariableRef;
  2.  
  3. interface
  4. uses LangValue,
  5.      LangVariable;
  6. type TVariableRef=class(ILangValue)
  7.      end;
  8. implementation
  9.  
  10. end.
  11.