First-class functions/Use numbers analogously: Difference between revisions

m
Line 775:
 
<lang J>multiplier=: {{m*n*]}}</lang>
 
Or, if J's "right bracket is the right identity function" bothers you, you might prefer the slightly more verbose but still equivalent:
 
<lang J>multiplier=: {{m*n*{{y}}}}</lang>
 
Example use:
6,962

edits