Syntax documentationspecial_character Locate this document in the navigation structure

Syntax Syntax

  1. <special_character> ::=
    <!  every character except
        <digit>
      | <letter>
      | <extended_letter>
      | <hex_digit>
      | <language_specific_character>
      | <!  character for the end of a line in a file  !>
    !>
End of the code.