Arithmetic numbers: Difference between revisions

Content deleted Content added
Rdm (talk | contribs)
→‎{{header|J}}: change examples to match the updated (or maybe "fixed") task description.
Rdm (talk | contribs)
m →‎{{header|J}}: use 1+ instead of >: (easier for people not familiar with J to read)
Line 87:
 
Task examples:
<lang J> example=: >:1+I.isArith>: 1+i.2e6
10 10$example
1 3 5 6 7 11 13 14 15 17