GNU Info

Info Node: (g77-295.info)Arbitrary Concatenation

(g77-295.info)Arbitrary Concatenation


Next: SELECT CASE on CHARACTER Type Prev: Intrinsics in PARAMETER Statements Up: Missing Features
Enter node , (file) or (file)node

Arbitrary Concatenation
-----------------------

   `g77' doesn't support arbitrary operands for concatenation in
contexts where run-time allocation is required.  For example:

     SUBROUTINE X(A)
     CHARACTER*(*) A
     CALL FOO(A // 'suffix')


automatically generated by info2www version 1.2.2.9