You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree about bringing the comment into the function block. Inside the block is actually where I'd prefer it to be but it was just outside for historic/arbitrary reasons. It may be easier to fix now with our better indentation tracking but I also recall that the way comments / whitespace gets parsed still has some nuance to it.
❌ The following will cause parse errors:
✅ The following will not cause parse errors:
Workarounds:
Don't put a comment at the end of a the function
Put semicolon at the end (if you don't need to return anything)
|> return
to the end of your functionThe text was updated successfully, but these errors were encountered: