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
This syntax causes python errors.:
$S0 |e| [] [] var x = [] [] ^
Problem 1: empty lists not in an assignment don't generate code:
[]
Additionally this is ambiguous:
|e| [a] // [a] intended to be a list expression
Explore optional braces around an event handler to separate the parameter list from a list expression:
$S0 |e| { [a] ^ }
The text was updated successfully, but these errors were encountered:
frame-lang
No branches or pull requests
This syntax causes python errors.:
Problem 1: empty lists not in an assignment don't generate code:
Additionally this is ambiguous:
Explore optional braces around an event handler to separate the parameter list from a list expression:
The text was updated successfully, but these errors were encountered: