Content deleted Content added
m →See also: Capitalization |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 8:
== Examples ==
=== D programming language ===
<
import std.stdio;
Line 37:
int[] e = a.addone().addone();
}
</syntaxhighlight>
=== Nim programming language ===
<
type Vector = tuple[x, y: int]
Line 53:
v4 = v1.add(v2)
v5 = v1.add(v2).add(v1)
</syntaxhighlight>
== Rust usage of the term ==
|