Hi Charles,
I find a utility function supported in a number of BASIC implementations and arbitrarily named here as ListKeywords() very helpful in one's development work.
The ListKeywords() function would dump to disk the entire sorted list of the dialect's keywords supported by the instance of compiler/interpreter currently running on the dev's desktop. It would list not only the key vocabulary but also all possible aliases the given parser/lexer can understand, e.g. use, uses, using, etc.
The list would also include the dialect's shorthand notation, e.g. *, @, &, etc.
Do you think such a function could also be added to the Oxygen core vocab?