Common sorted list: Difference between revisions

Content added Content deleted
Line 88: Line 88:
Note the join(x,{}): the 2nd param is needed to prevent it putting 32 (ie the acsii code for a space) in the output.
Note the join(x,{}): the 2nd param is needed to prevent it putting 32 (ie the acsii code for a space) in the output.
{{out}}
{{out}}
<small>(Unexpectedly rather Yoda-esque)</small>
<pre>
<pre>
{1,3,4,5,7,8,9,"an","everything","integer","is","not"}
{1,3,4,5,7,8,9,"an","everything","integer","is","not"}