![](https://secure.gravatar.com/avatar/6a2a0564e2c584c8e9fa1ec369bd23e0.jpg?s=120&d=mm&r=g)
10 Dec
2011
10 Dec
'11
2:11 a.m.
Just pushed a patch. Thank you for the bug report! Vladimir On Thu, Dec 8, 2011 at 1:42 PM, Scott Bell <scott@skysheet.com> wrote:
When a CASE expression is in the return position of a function and it contains an empty clause that is not the last clause, a syntax error is produced:
(lambda () (case x (:foo) (:bar))) => function () { switch (x) { case 'foo': return break; case 'bar': return null; }; }; => SyntaxError: Unexpected token break
Scott
_______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel