Update of /home/nasal-cvs/nasal/misc In directory purr:/tmp/cvs-serv8042/misc Added Files: sorttest.nas Removed Files: sort.nas Log Message: Add a sort() builtin to replace the soft-coded sort script I had been using. I had a brief moment of insight about how to use qsort() for this, so it's only 30 lines of code or so.