Elektrine lite

← Feed

@lisyarus@mastodon.gamedev.place

Post #4141538

2026-07-27 16:11 UTC

@witchgirls@woof.tech Ah, yes. In my example above "-1" would be an expression statement. I can't not have that because they can contain function calls with side effects

Replies (1)

  • @witchgirls@woof.tech 2026-07-27 16:24

    @lisyarus@mastodon.gamedev.place That's fair! It doesn't work for expression-oriented languages for obvious reasons yeah. To be honest, I still don't see any better solution for getting rid of semicolons than semicolon insertion, because it's the only case where it's fully predictable what every line is gonna be interpreted as :blobcatgooglyshrug:

    Open ##4141536