mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:38:07 +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 -
7 lines
63 B
XML
7 lines
63 B
XML
program $PROMPT('program');
|
|
|
|
uses $PROMPT('uses');
|
|
|
|
BEGIN
|
|
END.
|