September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,5 +1,2 @@
|
|||
TEXT = 'That''s right!' !Only apostrophes as delimiters. Doubling required.
|
||||
TEXT = "That's right!" !Chose quotes, so that apostrophes may be used freely.
|
||||
TEXT = "He said ""That's right!""" !Give in, and use quotes for a "quoted string" source style.
|
||||
TEXT = 'He said "That''s right!"' !Though one may dabble in inconsistency.
|
||||
TEXT = 23HHe said "That's right!" !Some later compilers allowed Hollerith to escape from FORMAT.
|
||||
BLAH = "
|
||||
1Stuff"
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
TEXT = "That's"//CHAR(10)//"right!" !For an ASCII linefeed (or newline) character.
|
||||
TEXT = 'That''s right!' !Only apostrophes as delimiters. Doubling required.
|
||||
TEXT = "That's right!" !Chose quotes, so that apostrophes may be used freely.
|
||||
TEXT = "He said ""That's right!""" !Give in, and use quotes for a "quoted string" source style.
|
||||
TEXT = 'He said "That''s right!"' !Though one may dabble in inconsistency.
|
||||
TEXT = 23HHe said "That's right!" !Some later compilers allowed Hollerith to escape from FORMAT.
|
||||
|
|
|
|||
1
Task/Literals-String/Fortran/literals-string-4.f
Normal file
1
Task/Literals-String/Fortran/literals-string-4.f
Normal file
|
|
@ -0,0 +1 @@
|
|||
TEXT = "That's"//CHAR(10)//"right!" !For an ASCII linefeed (or newline) character.
|
||||
Loading…
Add table
Add a link
Reference in a new issue