First major release of SaronScript. Current version: SS1 v1.0 This project will be updated for all minor updates to SaronScript 1. So if I deprecate a feature your code may break.
Syntax;; event { function: [arg1] [arg2] [arg3] [etc...] } Current FUNCTIONS;; print: [arg1] [arg2] [arg3] [etc...] // Prints to console. All arguments will be put in one line. setVar: [arg1] [arg2] // Sets a variable to [arg2] with name [arg1]. You can get its value in any arg by putting a hash sign before its name.