Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
16
Task/Special-variables/J/special-variables.j
Normal file
16
Task/Special-variables/J/special-variables.j
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{{ y }} 1
|
||||
1
|
||||
1000 {{ x + y }} 1
|
||||
1001
|
||||
100 {{ m + y }} 1
|
||||
101
|
||||
(1000) 100 {{ x + m + y }} 1
|
||||
1101
|
||||
100 {{ m + n + y }} 10 (1)
|
||||
111
|
||||
(1000) 100 {{ x + m + n + y }} 10 (1)
|
||||
1111
|
||||
(1000) + {{ x u n u y }} 10 (1)
|
||||
1011
|
||||
(1000) 100 {{ x v m v y }} + (1)
|
||||
1101
|
||||
Loading…
Add table
Add a link
Reference in a new issue