Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - in the fortran 77 programming language, a<b> character constant</b> consists of an http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
In the FORTRAN 77 programming language, a character constant consists of an
apostrophe followed by any string of characters followed by an apostrophe.
 The apostrophes are not part of the datum.  If an apostrophe is to appear
as part of the datum it must be followed immediately by another apostrophe.
Note that blanks are significant.  The length of the character constant is
the number of characters appearing between the delimiting apostrophes.
 Consecutive apostrophes in a character datum represent one character,
namely the apostrophe.  A character constant must not have length 0.

The following are examples of character constants.


     'ABCDEFG1234567'
     'There''s always tomorrow'

The FORTRAN form of a character constant will be accepted when the
debugger's currently established language is FORTRAN.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson