**TI92**mainHW`Z:KW`>9`9`HW` >9`\9RmysortOZ(l) Func This function bubble sorts list l. Local i,j,n,temp dim(l)n 1i While il[j+1] Then l[j]temp l[j+1]l[j] templ[j+1] EndIf j+1j EndWhile i+1i EndWhile Return l EndFunc ;I