[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Scheme-reports] Technical question



This is a question for WG1 (collectively):

According to R5RS, is this code:

  (call-with-values
    (lambda ()
      (call-with-current-continuation (lambda (k) (k 1 2 3))))
    (lambda (x y z) 'ok))

allowed to throw an error, or to return anything other than 'ok ?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports