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