Add: Difference between revisions

Content added Content deleted
No edit summary
(add examples)
Line 3: Line 3:
The ''Add'' primitive is [[Atomicity|fully atomic.]]
The ''Add'' primitive is [[Atomicity|fully atomic.]]


1+2
<pre>
1+2
3
3
1 2 3+4 5 6

1 2 3+4 5 6
5 7 9
5 7 9
((23;45);(3;4))+((45;78);(9;0))

(68 123
((23;45);(3;4))+((45;78);(9;0))
12 4)
(68 123
12 4)
</pre>