Am 25.02.2019 um 20:10 schrieb Allin Cottrell:
On Mon, 25 Feb 2019, Sven Schreiber wrote:
> Which is great! I interpret this as meaning that stuff like
> "if exists(hey) && hey == 1"
> will be possible even where 'hey' does not exist. This will save a lot
> of lines of code and nested if-blocks.
>
> My question: What about ternary operations like:
> "ho = exists(hey) ? hey : 0"
>
> Is this covered as well? If it isn't, could it be enabled?
It's covered as well, and has been for some time.
Alright, I found it in the changelog, already in 2013b (1.9.13). I was
under the impression that we had a discussion about it more recent than
that. So maybe I have been overly paranoid.
thanks
sven