Make map key explicit creation be controlled by EnableExplicit
Posted: Tue Apr 23, 2024 3:23 am
In PB 6.00, this change was implemented:

I personally don't care too much for this, and would've much preferred if it happened the other way around (i.e. this is always an error). However, there seemingly are users that want this feature, so I propose that we make it controlled with EnableExplicit/DisableExplicit. Existing code can be updated with no issue (extra checks hurt nothing, can easily be removed, but not enough can crash hard). And I assume that if someone's already not using Explicit, they want to suffer...PureBasic - History wrote: - Changed : the way the map elements are created when using passive syntax, to be more consistent

