Sorting algorithms/Pancake sort: Difference between revisions

m
m (→‎{{header|REXX}}: changed whitespace and a comment for a template.)
Line 850:
</pre>
=={{header|Elena}}==
ELENA 45.10 :
{{trans|C#}}
<lang elena>import extensions;
Line 914:
public program()
{
var list := new int[]::({6, 7, 8, 9, 2, 5, 3, 4, 1)};
console.printLine("before:", list.asEnumerable());
Anonymous user