Special variables: Difference between revisions

m
→‎j special local variables: take advantage of decimal number visual pun in examples
m (→‎j special local variables: take advantage of decimal number visual pun in examples)
Line 846:
<lang J> {{ y }} 1
1
101000 {{ x + y }} 1
1001
11
100 {{ m + y }} 1
101
(101000) 100 {{ x + m + y }} 1
111
100 {{ m + n + y }} 1000 (1)
1101
(10) 100 {{ x + m + n + y }} 100010 (1)
111
(1000) 100 {{ x + m + n + y }} 100010 (1)
1111
(101000) + {{ x u n u y }} 100010 (1)
1011
(101000) 100 {{ x v m v y }} + (1)
1111101</lang>
 
These names may be used as regular names, but that is bad practice except in the context of debugging or illustration.
6,951

edits