source:
branches/dcomp/CmdLine/Compiler/USourceCode.pas
Last change on this file was 94, checked in by , 8 years ago | |
---|---|
File size: 99 bytes |
Line | |
---|---|
1 | unit USourceCode; |
2 | |
3 | interface |
4 | |
5 | type |
6 | TSourceCode = class |
7 | |
8 | end; |
9 | |
10 | implementation |
11 | |
12 | end. |
Note:
See TracBrowser
for help on using the repository browser.