mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
missing output port
This commit is contained in:
parent
372a7b37b3
commit
04a330c43b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
(cond ((and cell (cdr cell))
|
(cond ((and cell (cdr cell))
|
||||||
(display prefix out)
|
(display prefix out)
|
||||||
(display "#" out)
|
(display "#" out)
|
||||||
(write (cdr cell))
|
(write (cdr cell) out)
|
||||||
(display "#" out))
|
(display "#" out))
|
||||||
(else
|
(else
|
||||||
(cond (cell
|
(cond (cell
|
||||||
|
|
Loading…
Add table
Reference in a new issue