Icon+Unicon/Intro: Difference between revisions

→‎Binary: remove dups
(→‎Binary: fix |||)
(→‎Binary: remove dups)
Line 273:
x === x # equivalent
x ~=== x # not equivalent
s ? expr # scanning
x @ C # activate
s || s # string concatenation
L || L # list concatenation
x & x # conjunction
x | x # alternation
 
s ? expr # scanning
Anonymous user