$message

From Free Pascal wiki
Revision as of 17:22, 13 December 2023 by Mathias (talk | contribs) (Created page with "= Example = <syntaxhighlight lang="pascal"> procedure Foo; begin {$message 'not yet supported'} end; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Example

procedure Foo;
begin
  {$message 'not yet supported'}
end;