Syntax documentationdelimiter_token Locate this document in the navigation structure

Syntax Syntax

  1. <delimiter_token> ::=
      <vertical_slash>
    | ,
    | .
    | +
    | -
    | *
    | /
    | <
    | >
    | <>
    | !=
    | =
    | ~= <!  for computers with ASCII code  !>
    | ~< <!  for computers with ASCII code  !>
    | ~> <!  for computers with ASCII code  !>
End of the code.