Rebol Programming/++

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

++ 'word 

DESCRIPTION:[edit | edit source]

Increment an integer or series index. Return its prior value.

++ is a function value.

ARGUMENTS[edit | edit source]

  • word -- Integer or series variable. (Type: word paren)

(SPECIAL ATTRIBUTES)[edit | edit source]

  • catch