We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Self
this
The text was updated successfully, but these errors were encountered:
commands with label argument should have a note on not working in CLEO Redux
label
Sorry, something went wrong.
Object class is named ScriptObject in CLEO Redux
Object
ScriptObject
Successfully merging a pull request may close this issue.
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 viathis
.multiple outputs returned in an object
The text was updated successfully, but these errors were encountered: