Changes between Initial Version and Version 3 of Ticket #3953
- Timestamp:
- 05/03/23 23:15:19 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3953
- Property Owner set to Jpm
- Property Status changed from new to assigned
-
Ticket #3953 – Description
initial v3 1 1 When using a ternary operator inside a direct array definition, an error is thrown at runtime when the if branch is applied: 2 2 3 {{{ 3 {{{#!autoit 4 4 ; no error thrown 5 5 Global $A = [ 1 > 2 ? 1 : 2 ] ; else path