mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 00:48:10 +02:00
16 lines
96 B
XML
16 lines
96 B
XML
unit $PROMPT('unit');
|
|
|
|
interface
|
|
|
|
uses $PROMPT('uses');
|
|
|
|
const
|
|
|
|
type
|
|
|
|
var
|
|
|
|
implementation
|
|
|
|
end.
|