9 August 2005 J3/05-199r1 Subject: Specs/Syntax/Edits to allow ASCII arguments to LGE etc From: Stan Whitlock Reference: J3-027 in 05-009r1 == 04-398 1. Detailed Specification for task J3-027 Allow ASCII kind arguments for LGE, LGT, LLE and LLT. 2. Syntax None formally specified. 3. Edits Replace the argument descriptions of LGE [327:15-16], LGT [327:29-30], LLE [328:10-11], and LLT [328:24-25] with the following: STRING_A shall be of type character with a kind type parameter with the value of either SELECTED_CHAR_KIND ('DEFAULT') or SELECTED_CHAR_KIND ('ASCII'). STRING_B shall be of type character with the same kind as STRING_A.