mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 20:49:38 +02:00

- lowers build times - ide is not that important anymore than years before - other utils like pastojs are also located in the packages tree git-svn-id: trunk@37926 -
16 lines
96 B
XML
16 lines
96 B
XML
unit $PROMPT('unit');
|
|
|
|
interface
|
|
|
|
uses $PROMPT('uses');
|
|
|
|
const
|
|
|
|
type
|
|
|
|
var
|
|
|
|
implementation
|
|
|
|
end.
|