--- ais/ai-00142.txt 2000/06/20 04:22:43 1.3 +++ ais/ai-00142.txt 2000/07/15 02:29:58 1.4 @@ -9,12 +9,14 @@ The example in B.3.2(49) should be corrected to - exit when C."="(Element, C.nul); + <<Start_Example>> + exit when C."="(Element, C.nul); !question In the example, the usage of "=" in: + <<Start_Example>> exit when Element = C.Nul; is illegal because "=" is not visible for type C.Char.