Sorting algorithms/Gnome sort: Difference between revisions

(Nimrod -> Nim)
Line 685:
test:= <<7, 99, -7, 1, 0, 25, -10>>
create gnome
test:= gnome.sort (test)
across gnome.sort (test) as ar loop io.put_string( ar.item.out + "%T") end
end
 
Anonymous user