word
A word is a sequence of characters defined in a limited character set. A character not defined in the character set will terminate the word. ODABA defines the following character set as valid word characters:
- all alphabetic characters including national characters
- 0 - 9
- -
- '
ODABA does not care about special initial character set, except that ' is ignored as initial word character.
Valid words:
Paul
Paul's
4711
B747
object-orjented
Referenced in