Changes between Initial Version and Version 3 of Ticket #3953


Ignore:
Timestamp:
05/03/23 23:15:19 (13 months ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3953

    • Property Owner set to Jpm
    • Property Status changed from new to assigned
  • Ticket #3953 – Description

    initial v3  
    11When using a ternary operator inside a direct array definition, an error is thrown at runtime when the if branch is applied:
    22
    3 {{{
     3{{{#!autoit
    44; no error thrown
    55Global $A = [ 1 > 2  ? 1 : 2 ] ; else path