Node: Really Ugly Character Assignments, Next: POSIX Standard, Previous: Bit Operations on Floating-point Data, Up: Missing Features
An option such as -fugly-char
should be provided
to allow
REAL*8 A1 DATA A1 / '12345678' /
and:
REAL*8 A1 A1 = 'ABCDEFGH'