manpagez: man pages & more
info guile
Other versions of guile |
|
|
|
|
8.6.2 Usage
- Function: peek-next-char [port]
- Function: assert-curr-char expected-chars comment [port]
- Function: skip-until arg [port]
- Function: skip-while skip-chars [port]
- Function: next-token prefix-skipped-chars break-chars [comment] [port]
- Function: next-token-of incl-list/pred [port]
- Function: read-text-line [port]
- Function: read-string n [port]
- Function: find-string-from-port? _ _ . _
Looks for str in <input-port>, optionally within the first
max-no-char characters.