Post #4139542
2026-07-27 14:51 UTC
@lisyarus@mastodon.gamedev.place Oooh. What about something like:
function_call(
a,
b,
)
Still not allowed?
Replies (1)
-
@lisyarus@mastodon.gamedev.place 2026-07-27 14:58
@witchgirls@woof.tech Currently not allowed, yes. I'm still thinking about options for multiline statements, the best-looking one is to make unmatched opening ( or [ to span several lines until a match is found (which would fix your function_call case, btw)