Sign
From Free Pascal wiki
Jump to navigationJump to search
│ Deutsch (de) │ English (en) │
| Character(s) | Description |
|---|---|
| // | 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 |
| 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 ). |