Show TOC

delimiter_tokenLocate this document in the navigation structure

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