Create a Tom's lisp function count which takes two arguments, an arbitrary item and an arbitrary list. It returns the number of times that the item appears in the list. Use the equal? function to compare. Place your definition in a text file which can be loaded into the tomslsp program. For instance:
When your function works, is nicely formatted and documents, submit it using this form.