library
library copied to clipboard
Provide CLEO Redux compatible syntax
In addition to SB classes and opcodes form, there should be another representation matching CLEO Redux (JavaScript) implementation.
Static methods and constructors start with a capital letter. Instance methods start with a lowercase letter.
Self argument is used implicitly via this.
multiple outputs returned in an object
commands with label argument should have a note on not working in CLEO Redux
Object class is named ScriptObject in CLEO Redux