Rebol Programming/++
USAGE:
++ 'word
DESCRIPTION:
Increment an integer or series index. Return its prior value.
++ is a function value.
ARGUMENTS
- word -- Integer or series variable. (Type: word paren)
(SPECIAL ATTRIBUTES)
- catch
++ 'word
Increment an integer or series index. Return its prior value.
++ is a function value.