Should D have control-flow expressions? IS it possible?
monkyyy
crazymonkyyy at gmail.com
Thu Sep 10 07:44:54 UTC 2026
On Thursday, 10 September 2026 at 06:56:25 UTC, Meta wrote:
> it lowers the whole thing into a series of if-else blocks... I
> assume continue, return, and even goto would work pretty
> similarly.
https://forum.dlang.org/post/xsjudliyxcfnhoxqymgg@forum.dlang.org
Nah, goto, continue, break, is a some kind of stack; if else
chains could not explain this behavior.
adr was looking into it recently maybe ask him but maybe youd
have to extend whatever the hell the goto stack is to allow
access with expressions
More information about the Digitalmars-d
mailing list