Add: Difference between revisions

Content added Content deleted
(add syntaxhighlight)
No edit summary
Line 1: Line 1:
The '''Add''' function, generally denoted by <code>+</code>, is used for addition in K.
The '''Add''' function, generally denoted by <code>+</code>, is used for addition in K.


The ''Add'' primitive is [[Atomicity|fully atomic.]]<syntaxhighlight lang="apl">
The ''Add'' primitive is [[Atomicity|fully atomic.]]<syntaxhighlight>
1+2
1+2
3
3