Content deleted Content added
Iluykbj |
Jackmcbarn (talk | contribs) m Reverted edits by 172.103.163.104 (talk) to last version by DannyS712 bot |
||
Line 1:
{{Afd-merge from|GtkD|GtkD|23 August 2011|date=August
{{archives}}
{{WikiProject Computing |class=C |importance=Low |software=y |software-importance=Low}}
{{WikiProject Computer science |class=C |importance=low}}
Line 10 ⟶ 11:
== Purity of mySum function in the "Functional" section (1.1.4) ==
I am not a D programmer, so I may misunderstand the language's semantics, but I am confused about how the mySum function could be considered pure:
<syntaxhighlight lang="D">
int
{
int[] a1 = [0,1,2,3,4,5,6,7,8,9];
|