F
fogh
Guest
Is it safe to use this syntax
unless(x==(x=SomeNewValue()) info("we have a brand new x"))
This spares me the definition of an xOld variable but feels a bit risky.
unless(x==(x=SomeNewValue()) info("we have a brand new x"))
This spares me the definition of an xOld variable but feels a bit risky.