| Explicit Arguments | m. n. |
|
The name m. denotes a noun left argument
in an explicitly-defined adverb or conjunction,
and the name n. denotes a noun right argument
in an explicitly-defined conjunction.
See the names u. v. x. y. and Explicit Definition (:).
|
pow=: 2 : 0
i=.0
t=.]
while. n.>i do. Uses n. (noun right argument)
i=.1+i
t=.u.@t f. Uses u. (verb left argument)
end.
)
o. pow 2
o.@(o.@])
o. pow 3
o.@(o.@(o.@]))
o. pow 3 x=: 1
31.0063
o.^:3 x
31.0063
o. pow +
|value error: n.
| n.>i