Jump to content

Common sorted list: Difference between revisions

Added Quackery.
(Added Quackery.)
Line 644:
{{Out}}
<pre>[1, 3, 4, 5, 7, 8, 9]</pre>
 
=={{header|Quackery}}==
 
<code>uniquewith</code> is defined at [[Remove duplicate elements#Quackery]].
 
<lang Quackery> ' [ [ 5 1 3 8 9 4 8 7 ]
[ 3 5 9 8 4 ]
[ 1 3 7 9 ] ]
[] swap witheach [ witheach join ]
uniquewith > echo</lang>
 
{{out}}
 
<pre>[ 1 3 4 5 7 8 9 ]</pre>
 
 
=={{header|Raku}}==
1,484

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.