(define (call-with-values thunk receiver)
((thunk) receiver))
-(define with-values call-with-values)
-
(define (write-to-string object #!optional max)
(if (or (default-object? max) (not max))
(call-with-output-string
(define-package (runtime miscellaneous-global)
(files "global")
(parent (runtime))
+ (export () deprecated:miscellaneous-global
+ (with-values call-with-values))
(export ()
%exit
%quit
wait-interval
with-history-disabled
with-interrupt-mask
- with-values
write-to-string)
(export (runtime)
strip-angle-brackets)