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
// define an axis axis001 axis001 = { custom = { axis = [-1.0, -0.0, 0], origin = [-0.37500000000000006, 0.0, 0] } } // create a helix helix000 helix000 = helix({ angleStart = 0.0, ccw = true, revolutions = 13.0, length = -0.40625, axis = axis001 radius = 0.05600000000000001 })
I expect a better error message for missing commas and parentheses
',' or ')' expected
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Paste minimal KCL source that produces a cryptic error
Expected Behavior
I expect a better error message for missing commas and parentheses
',' or ')' expected
Additional Context
No response
The text was updated successfully, but these errors were encountered: