| Engine Computer Science |
Article Index for Engine |
Website Links For Engine |
Information AboutEngine Computer Science |
|
(define-syntax timed-lambda (syntax-rules () ((_ formals exp1 exp2 ...) (lambda formals (decrement-timer) exp1 exp2 ...)))) EXTERNAL LINKS
|
|
|