Grape Modular HowTo Blog

Back to Nakalynist Central

Recent Posts

Intro to GrapeScript
Posted: 2009-07-20 05:18:08 (Modified: 2009-07-20 12:58:37) by cyanpjh
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)