DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
ALL-WORDS? - Returns True If All Values In A Block Are Word! Values.
all-words?: func [ "Returns true if all values in a block are word! values." block [block!] ] [ parse block [some word!] ]





