Skip to content

Instantly share code, notes, and snippets.

@AlexanderBaggett
Created May 19, 2017 19:27
Show Gist options
  • Save AlexanderBaggett/9d226ed8a8ef2e8bf22cbe5baeb606ac to your computer and use it in GitHub Desktop.
Save AlexanderBaggett/9d226ed8a8ef2e8bf22cbe5baeb606ac to your computer and use it in GitHub Desktop.
Red []
get-api-data: function [][
collect/into [
foreach w sort words-of system/words [
if all [word? w any-function? get/any :w][
a: ""
append a "-------------"
append a newline
append a w
append a newline
append a fetch-help w
append a newline
append a "-------------"
append a newline
keep a
]
]
] copy ""
]
write %api_data.txt get-api-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment