Find: Difference between revisions

Content added Content deleted
(add K3 data)
No edit summary
Line 1: Line 1:
{{primitive|x&y}}
{{primitive|x?y}}


The '''find''' primitive is used to find the index of an atom <code>y</code> in array <code>x</code>. It returns <code>0N</code> if the element is not found.
The '''find''' primitive is used to find the index of an atom <code>y</code> in array <code>x</code>. It returns <code>0N</code> if the element is not found.