Hello! I am trying to learn lisp programming. My goal is to open a file and parse the line for comments. The comments syntax is /*comments*/. I can open a file with the command with-open-file, but I don't know how to parse a line. Would anyone be able to help me with some code to do this? Thanks!