GNU Info

Info Node: (g77-295.info)Really Ugly Character Assignments

(g77-295.info)Really Ugly Character Assignments


Next: POSIX Standard Prev: Bit Operations on Floating-point Data Up: Missing Features
Enter node , (file) or (file)node

Really Ugly Character Assignments
---------------------------------

   An option such as `-fugly-char' should be provided to allow

     REAL*8 A1
     DATA A1 / '12345678' /

   and:

     REAL*8 A1
     A1 = 'ABCDEFGH'


automatically generated by info2www version 1.2.2.9