Each prior: Difference between revisions

41 bytes added ,  1 year ago
"More lowercasing"
(add eachprior)
 
("More lowercasing")
 
(4 intermediate revisions by 3 users not shown)
Line 1:
{{primitive|f':x<br>x f':y}}
 
'''Eacheach prior''' applies a two argument[[dyadic]] function(dyad) to each element, and the element prior to it.
 
If provided with a left argument, uses it as an initial value.
 
<pre>
+-':1 6 2 3 4 5
1 3 5 7-4 1 91
 
5+-':1 6 2 3 4 5
6 3-4 5 7-4 1 91
</pre>
 
[[Category:Adverbs]]
[[Category:Primitives]]
720

edits