Sign

From Free Pascal wiki
Revision as of 11:59, 17 January 2020 by Trev (talk | contribs) (English translation of German page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Deutsch (de) English (en)


Character(s) Description
Comment characters
// everything following on the line is a comment
(* start of comment; comment may be one or more lines
*) end of comment
{ start of comment; comment may be one or more lines
} end of comment


Signs for the interpretation of numbers
Character Description
# Interprets the following number as a character
$ Interprets the following number as a hexadecimal number
% Interprets the following number as a binary number.
(This does not apply in every compiler mode ).


See also