[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] return value of test
From: |
Alex Shinn |
Subject: |
[Chicken-users] return value of test |
Date: |
Wed, 12 Jan 2011 00:04:45 +0900 |
Hi,
Currently in the test egg, the return value of
(test name expect expr)
is the status of the test. Is anyone making use
of this? It's been pointed out that it would be
much more useful to return the result of expr,
so that you could do
(define x (test ...))
and similar.
--
Alex
- [Chicken-users] return value of test,
Alex Shinn <=