Bind: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  18:00, 26 April 2020
no edit summary
(Created page with "{{Built-in|Bind|∘}}, is a primitive operator. It shares the glyph <source lang=apl inline>∘</source> with Beside. It can only be called monadically. Called with a...")
 
No edit summary
Line 1: Line 1:
{{Built-in|Bind|∘}}, is a [[primitive operator]]. It shares the glyph <source lang=apl inline>∘</source> with [[Beside]]. It can only be called monadically.
{{Built-in|Bind|∘}} is a [[primitive operator]]. It shares the glyph <source lang=apl inline>∘</source> with [[Beside]]. It can only be called monadically.


Called with an array left operand <source lang=apl inline>A</source> and function right operand <source lang=apl inline>g</source>, <source lang=apl inline>(A∘f) X</source> is equivalent to <source lang=apl inline>A f X</source>.
Called with an array left operand <source lang=apl inline>A</source> and function right operand <source lang=apl inline>g</source>, <source lang=apl inline>(A∘f) X</source> is equivalent to <source lang=apl inline>A f X</source>.
trusted
41

edits

Navigation menu