Category:J: Difference between revisions

Content added Content deleted
(→‎Reading J: Corrected result of (+/ % #) 4 5 6)
Line 54: Line 54:
5
5
(+/ % #) 4 5 6
(+/ % #) 4 5 6
15</lang>
5</lang>


By themselves, these experiments mean nothing, but if you know that +/ was finding the sum of a list and # was finding the length of a list and that % was dividing the two quantities (and looks almost like one of the classical division symbols) then these experiments might help confirm that you have understood things properly.
By themselves, these experiments mean nothing, but if you know that +/ was finding the sum of a list and # was finding the length of a list and that % was dividing the two quantities (and looks almost like one of the classical division symbols) then these experiments might help confirm that you have understood things properly.