Skip to content

Instantly share code, notes, and snippets.

View AlexanderBaggett's full-sized avatar

Alexander Baggett AlexanderBaggett

View GitHub Profile
@AlexanderBaggett
AlexanderBaggett / RedIDE.red
Last active October 16, 2019 14:07
Red IDE
Red [needs 'view]
;;keywords: to-block read %keywords.txt this puts the words on different lines
;;keywords: to-block form read/lines %keywords.txt
functions: read %functions.txt
natives: read %natives.txt
types: read %datatypes.txt
events: read %events.txt
;; could also do read/lines %keywords.txt and put each word on it's own line in the file itself.