Vocabularyraylib.
live-codingInputsmain-quot | main entry point into the program |
OutputsNone
Word descriptionSets up environment and runs the game in another thread. Can be convenient to define a word that does this for you.
: dev ( -- )
[ main ] with-live-coding ;
Definition