Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Ionut Ivan
Ionut IvanPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 26 May 2020 at 07:22
Updated 27 October 2022 at 12:20
Hi,
the following code works correctly on ACF2018 but not on Lucee 5.3.6.61
<cfscript> a = { b: { c: true } } writedump( booleanFormat(a?.c?.d) ) </cfscript>