Skip to content

Commit

Permalink
Update input-output.md
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
ArshadAriff authored Oct 30, 2024
1 parent fb64bed commit d4878b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/scheme-intro/input-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ Some scheme implementations have `with-input-from-string` procedure:
;; ==> 10 (1 2 3 4)
```

The procedure `with-input-from-string` changes the current-input-port so you can use read without an argument.
The procedure `with-input-from-string` changes the current-input-port so you can use `read` without
an argument.

Another useful procedure that some Scheme implementations have is `read-all`. It read all the
S-Expressions from a port and return them as a list.
Expand Down

0 comments on commit d4878b7

Please sign in to comment.