Icon+Unicon/Intro: Difference between revisions

m
Line 298:
Others are obscure or even a bit baffling, such as:
</lang Icon>
x1 ===:= x2 # obscure x1 := x2x1, can this be more that a no-op?
s1 ==:= s2 # generates errors if s1 and s2 are not strings, but otherwise a no-op?
n1 ==:= n2 # numeric version of above
x1 &:= x2 # x1 := x2 unless x1 or x2 fails
# this next one is documented as augmented but appears to generate a compile error