Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter Objects #24

Open
nomssi opened this issue Feb 26, 2018 · 1 comment
Open

Parameter Objects #24

nomssi opened this issue Feb 26, 2018 · 1 comment
Labels

Comments

@nomssi
Copy link
Owner

nomssi commented Feb 26, 2018

(parameterize
((current-output-port
(open-output-string)))
(display "piece")
(display " by piece ")
(display "by piece.")
(newline)
(get-output-string (current-output-port)))
=⇒ "piece by piece by piece.\n"

@nomssi nomssi added the scheme label Apr 29, 2018
@nomssi
Copy link
Owner Author

nomssi commented Sep 1, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant