(September 16, 2021 at 2:16 pm)FlatAssembler Wrote: What do you guys here think about using `?:` in lvalues, that is, on the left-hand-side of the assignment operator? I have added support for that to my programming language: https://flatassembler.github.io/AEC_spec...l_operator
I don't like using a ternary operator in an lvalue. It makes the code hard to read, and I rarely encounter a situation where it would be useful.