7.22.7.2 Usage
- Scheme Procedure: peek-next-char [port]
- Scheme Procedure: assert-curr-char expected-chars comment [port]
- Scheme Procedure: skip-until arg [port]
- Scheme Procedure: skip-while skip-chars [port]
- Scheme Procedure: next-token prefix-skipped-chars break-chars [comment] [port]
- Scheme Procedure: next-token-of incl-list/pred [port]
- Scheme Procedure: read-text-line [port]
- Scheme Procedure: read-string n [port]
- Scheme Procedure: find-string-from-port? _ _ . _
Looks for str in <input-port>, optionally within the first
max-no-char characters.
This document was generated on April 20, 2013 using texi2html 5.0.