Nub Sieve: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  21:00, 2 November 2019
m
Miraheze>Marshall
Miraheze>Adám Brudzewsky
Line 3: Line 3:
== Examples ==
== Examples ==


Nub Sieve returns a 1 for each [[major cell] in the argument that is unique, and a 0 if it's a duplicate:
Nub Sieve returns a 1 for each [[major cell]] in the argument that is unique, and a 0 if it's a duplicate:
<source lang=apl>
<source lang=apl>
       ≠ 'Hello, World'
       ≠ 'Hello, World'

Navigation menu