Thomas Baruchel on Sun, 22 Sep 2002 17:45:42 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Is this specified ? |
Hi, I noticed that until(a==(a+=b), ... works (I want to increment a with b and stop when b is 0 BUT may I consider this as something fully specified (ie. standard, portable, comprehensible, or whatever you want) or not ? -- '\ (define Thomas_Baruchel \ ((lambda (k) (k k)) /\ (call-with-current-continuation / \ (lambda (k) (k k))))) thomas.baruchel # libertysurf.fr