Skip to:
Code like this
does not change the arguments scope to a plain struct, but it does replace all the keys with that of the struct.
For non struct values on the RHS like
we’d just set variables.arguments as a normal variable. Lucee throws an exception in this case, but Adobe just sets a normal variable.
variables.arguments
Code like this
does not change the arguments scope to a plain struct, but it does replace all the keys with that of the struct.
For non struct values on the RHS like
we’d just set
variables.arguments
as a normal variable. Lucee throws an exception in this case, but Adobe just sets a normal variable.