Intro to GrapeScript
GrapeScript is a simple, small language built into the Grape runtime. Homegrown, yet not particularly bad, when code is loaded it is compiled into the bytecode for the homegrown virtual machine (VM).
Editing Code
To edit code, you have to go in the View menu and select Code View. After doing your edits, remember to click "Save and Apply", any errors from compiling will pop up at this point.
Running Code
To run what you've written, select "Run Function..." from Code menu
Functions
To begin,...
Read more... (2 Comments)
