I mistyped a variable name in an xlate and Cloverleaf doesn’t complain.
I load a variable (@isAthena) with a boolean flag from a Tcl snippet.
I then attempt to reference that variable in an if.
if @isAthen eq =1
Note that the variable is missing the “a” at the end.
I’d expect it to throw a “variable doesn’t exist” error or something, but Cloverleaf doesn’t complain at all – it just evaluates it as not true and carries on.
Is this behavior normal/expected?
Jeff Dinsmore
Chesapeake Regional Healthcare