Commute: Difference between revisions
Jump to navigation
Jump to search
(Redirected page to Tilde Diaeresis) Tag: New redirect |
(Removed redirect to Tilde Diaeresis) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
# | {{Built-in|Commute|⍨}} is a [[Primitive function|primitive]] [[monadic]] [[operator]] that takes a [[function]] on its left and returns a new function with swapped arguments. | ||
== Examples == | |||
<source lang=apl> | |||
</source> | |||
== External links == | |||
=== Lessons === | |||
* [https://chat.stackexchange.com/transcript/52405?m=40900200#40900200 APL Cultivation] | |||
=== Documentation === | |||
* [http://help.dyalog.com/latest/index.htm#Language/Primitive%20Operators/Commute.htm Dyalog] | |||
* [http://microapl.com/apl_help/ch_020_020_400.htm APLX] | |||
* J [https://www.jsoftware.com/help/dictionary/d121.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/minusdot NuVoc] | |||
{{APL built-ins}} |
Revision as of 06:55, 26 April 2020
⍨
|
Commute (⍨
) is a primitive monadic operator that takes a function on its left and returns a new function with swapped arguments.
Examples
External links
Lessons
Documentation