Talk:Menu: Difference between revisions

Content added Content deleted
(→‎prompt user: Fix wiki stuff)
Line 113: Line 113:
":@<:@#
":@<:@#


# counts the number of elements in its argument
<code>#</code> counts the number of elements in its argument


<: is a two element token which when used with one argument subtracts one from its argument. I could have instead used (-&1) but that's more than twice as long.
<: is a two element token which when used with one argument subtracts one from its argument. I could have instead used (-&1) but that's more than twice as long.