Reputation: 567
What's going on that makes this code work? It seems that using m
in an anonymous verb (if that's what it's called) turns the verb into a postfix operator.
1 {{ 1 + m }}
2
If I replace the m
with y
or x
, I get a syntax error. Can't find anything referencing this on the J wiki.
Upvotes: 0
Views: 106