source: branches/dcomp/CmdLine/Compiler/USourceCode.pas

Last change on this file was 94, checked in by chronos, 8 years ago
  • Added: Source code class.
File size: 99 bytes
Line 
1unit USourceCode;
2
3interface
4
5type
6 TSourceCode = class
7
8 end;
9
10implementation
11
12end.
Note: See TracBrowser for help on using the repository browser.