Find: Difference between revisions

114 bytes added ,  2 years ago
add dict version
(add find page)
 
(add dict version)
Line 10:
5 8 5?56 8 1 5
0N 1 0N 0
</pre>
For dictionaries, returns the keys associated with the given values:
<pre>
(`a`b`c`d!23 14 9 5)?9 14
`c`b
</pre>