(j3.2006) Are functions in intrinsic modules "intrinsic"?
Malcolm Cohen
malcolm
Tue Nov 17 00:07:31 EST 2015
>I don?t recognize the C_CHAR_?x? syntax so it would be great to hear
>further explanation.
Character literals constants are preceded by the kind specifier, so
C_CHAR_'x'
is 'x' in character kind C_CHAR, just as
13_INT64
is 13 in integer kind INT64.
Please don't ask why character literal syntax is backwards.
Cheers,
--
............................Malcolm.
More information about the J3
mailing list