Abbreviations, automatic: Difference between revisions

Content deleted Content added
MaiconSoft (talk | contribs)
Added Delphi example
→‎{{header|Delphi}}: missing output.
Line 2,153:
2 Killachau Atichau Quoyllurchau Illapachau Chaskachau Kuychichau Intichau</pre>
=={{header|Delphi}}==
 
{{output?}}
 
{{libheader| System.SysUtils}}
{{libheader| System.Generics.Collections}}
Line 2,246 ⟶ 2,249:
Readln;
end.</lang>
 
=={{header|Erlang}}==
This example uses a byproduct of turning a list into a set. Only the unique elements are added to the set.