Skip to content

Instantly share code, notes, and snippets.

@AlexanderBaggett
Created January 19, 2019 16:26
Show Gist options
  • Save AlexanderBaggett/10a9a2211e1e00d2e7bef746ecd5a589 to your computer and use it in GitHub Desktop.
Save AlexanderBaggett/10a9a2211e1e00d2e7bef746ecd5a589 to your computer and use it in GitHub Desktop.
Refresh Red Keyword Lists
foreach line split help-string action! newline [append actions: [] first split trim/lines line " "]
write/lines %actions.txt sort actions
foreach line split help-string datatype! newline [append datatypes: [] first split trim/lines line " "]
write/lines %datatypes.txt sort datatypes
foreach line split help-string event! newline [append events: [] first split trim/lines line " "]
write/lines %events.txt sort events
foreach line split help-string native! newline [append natives: [] first split trim/lines line " "]
write/lines %natives.txt sort natives
foreach line split help-string function! newline [append functions: [] first split trim/lines line " "]
write/lines %functions.txt sort functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment