| |
- readfile(fn)
- # Return a string containing a file's contents.
#
- readopenfile(fp)
- # Read an open file until EOF.
#
- remove(item, list)
- # Remove an item from a list.
- # No complaints if it isn't in the list at all.
- # If it occurs more than once, remove the first occurrence.
#
|