Allow functions to span multiple lines #300
Closed
OAGr
started this conversation in
Squiggle Improvement Proposal
Replies: 2 comments 6 replies
-
|
One way of accomplishing this is to have a whole compilation pass that just strips |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
You can do this with brackets now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now functions can only be on one line. Functions can easily be >200char, so this can cause issues. I recommend that we later allow functions to be many lines.
This would require a new parser.
Beta Was this translation helpful? Give feedback.
All reactions