mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-29 06:50:35 +01: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.
|