Constant: Difference between revisions

Jump to navigation Jump to search
52 bytes added ,  11:11, 15 July 2020
(Created page with "{{Built-in|Constant|⍨}} is a monadic operator which takes an array as its operand and becomes a function which returns the operand array regardless of its ...")
 
Line 15: Line 15:
f2←*∘3+      ⍝ A workaround using Bind; ditto
f2←*∘3+      ⍝ A workaround using Bind; ditto
f3←+*{3}      ⍝ A workaround using a constant dfn
f3←+*{3}      ⍝ A workaround using a constant dfn
f4←+*3⊣⊢      ⍝ A workaround using Identity


f4←+*3⍨      ⍝ A solution using Constant
f5←+*3⍨      ⍝ A solution using Constant
</source>{{Works in|[[Extended Dyalog APL]], [[Dyalog APL 18.0]]}}
</source>{{Works in|[[Extended Dyalog APL]], [[Dyalog APL 18.0]]}}


Navigation menu