Sorting algorithms/Sleep sort: Difference between revisions

Content deleted Content added
→‎{{header|D}}: Simplify D sleep sort implementation
Frisian (talk | contribs)
m →‎{{header|FreeBASIC}}: removed redundant code
Line 517:
 
' empty keyboard buffer
While Inkey <> "" : Var _key_ = Inkey : Wend
Print : Print "hit any key to end program"
Sleep