Icon+Unicon/Intro: Difference between revisions

Content added Content deleted
m (→‎Binary (and Augmented): fix hanging tag)
Line 304: Line 304:


Others are obscure or even a bit baffling, such as:
Others are obscure or even a bit baffling, such as:
</lang Icon> x1 ===:= x2 # obscure x1 := x1, can this be more that a no-op?
<lang Icon> x1 ===:= x2 # obscure x1 := x1, can this be more that a no-op?
s1 ==:= s2 # ensures arguments are both strings (assigns but no value change)
s1 ==:= s2 # ensures arguments are both strings (assigns but no value change)
n1 =:= n2 # numeric version of above
n1 =:= n2 # numeric version of above