On Aug 3, 2006, at 8:55 PM, Daishi Kato wrote:
Why couldn't it simply be this?(let ([quot (quotient tz 100)] [rem (remainder tz 100)]) (+ (* quot 3600) (* rem 60)))
No reason.
On 8/4/06, Kon Lovett <[EMAIL PROTECTED]> wrote:On Aug 3, 2006, at 6:13 PM, Daishi Kato wrote:
<snip> _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
