Intel Fortran supports the following characters:
Character | Name | Character | Name |
---|---|---|---|
blank or <Tab> | Blank (space) or tab | : | Colon |
= | Equal sign | ! | Exclamation point |
+ | Plus sign | " | Quotation mark |
- | Minus sign | % | Percent sign |
* | Asterisk | & | Ampersand |
/ | Slash | ; | Semicolon |
( | Left parenthesis | < | Less than |
) | Right parenthesis | > | Greater than |
, | Comma | ? | Question mark |
. | Period (decimal point) | $ | Dollar sign (currency symbol) |
' |
Apostrophe |
Uppercase and lowercase letters are treated as equivalent when used to specify program behavior (except in character constants and Hollerith constants).
See Also