Sum: Difference between revisions

78 bytes added ,  1 year ago
"Trailing whitespace"
(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...")
 
("Trailing whitespace")
 
(4 intermediate revisions by 2 users not shown)
Line 1:
{{primitive|sum x|in=K7, K9}}
 
'''sum''' is a primitive that is used to sum arrays or integers or characters.
Line 8:
sum 1 2 3
6.
sum 1 2
3.
sum 1 2 67
Line 16:
</pre>
{{works in|K7, K9}}
 
[[Category:Verbs]]
[[Category:Named verbs]]
[[Category:Primitives]]
720

edits