What are the basics of PARSE?
Here are a few helpful notes on PARSE. 1. PARSE uses it’s own dialect, which in REBOL lingo means that it can have its own grammar and vocabulary. So, don’t make any assumptions about any words that you see in a PARSE block because they live in a separate context and work differently. The great power and leverage of PARSE comes from this very fact, and that’s why dialects are the future. 2. Basic elements are: [block] – a sub-rule to PARSE “string” – attempt to match the string to the input #”c” – attempt to match a single character to the input