- skip-until CHAR-LIST #!optional PORTprocedure
Reads and skips characters from the PORT until one of the break characters is encountered. This break character is returned. The break characters are specified as the CHAR-LIST. This list may include EOF, which is to be coded as a symbol *eof*.
The optional argument PORT defaults to the current input port.