On 2025-11-05 09:38, Deleu wrote:
Out of curiosity, what happens if GOTO is used inside a context block to jump away from it?
I don't think this is crazy enough. I'm curious what is supposed to happen if you goto into one!
Btw is the naming clash with global functions real? I've seen some `with()` helpers here or there but you can't use a function in a `with($something) {}` and you can't use the new control structure as a callable, so where's the ambiguity requiring to make the keywordd reserved?
BR, Juris
