Add: Difference between revisions

11 bytes removed ,  2 years ago
no edit summary
(add syntaxhighlight)
No edit summary
Line 1:
The '''Add''' function, generally denoted by <code>+</code>, is used for addition in K.
 
The ''Add'' primitive is [[Atomicity|fully atomic.]]<syntaxhighlight lang="apl">
1+2
3