start | all-pages

(enum) (enum) adds a word, `enum|`, which takes an initial value and then enters a parse loop, creating constants with the value and the parsed name. The value is incremented after each creation. Parsing ends when | is encountered. E.g., #5 enum| A B C D E F | To obtain the value, use the name with the & *sigil. E.g., &A