Add

From The K Language Wiki
Revision as of 05:15, 7 July 2021 by Razetime (talk | contribs) (Created page with "The '''Add''' function, generally denoted by `+`, is used for addition in K. The ''Add'' primitive is fully atomic. <pre> 1+2 3 </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Add function, generally denoted by `+`, is used for addition in K.

The Add primitive is fully atomic.

 1+2
3