From Wet Porcupine, 2 Weeks ago, written in Plain Text.
This paste will run down the curtain in 1 Week.
Embed
  1. (define (foo1)
  2.   (values 1 2 3))
  3.  
  4. (let-values (((a b c) (foo1)))
  5.   (display (list a b c))
  6.   (newline))
captcha