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
No description provided.
The text was updated successfully, but these errors were encountered:
This will need a modification to the syntax.
Before, you created a function with:
vars add add = { a, b | a + b }
After you do it with this maybe?
def add(a, b) { a + b }
This statement is not an expression. It's defined for the entire body of the scope as if it's hoisted to the first line.
Sorry, something went wrong.
creationix
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: