CONTENTS | INDEX | PREV | NEXT

Values are either:
- an argument left by a command to be processed by the next
  command in a command sequence.

- a decimal value entered literally (e.g. -12).

- an octal value entered literally (e.g. 77. (=63!)).
  NOTE: a trailing period (.) causes octal interpretation of the
        preceeding digits. Value 89. is therefore illegal.

- expressions.