Sum: Difference between revisions

10 bytes added ,  2 years ago
no edit summary
(Created page with "{{primitive|sum x}} '''sum''' is a primitive that is used to sum arrays or integers or characters. It is equivalent to <code>+/</code> in most K dialects. <pre> sum 1 2 3...")
 
No edit summary
Line 1:
{{primitive|sum x|in=K7, K9}}
 
'''sum''' is a primitive that is used to sum arrays or integers or characters.