Re: SOLUTION FOR : How can I add a new children in a node??

Subject: Re: SOLUTION FOR : How can I add a new children in a node??
From: Aleksandar Bakic <bakicale@xxxxxxxxxxxxxxxxx>
Date: 02 Oct 1999 22:51:35 -0400
"Frank A. Christoph" <christo@xxxxxxxxxxxxxxxxxx> writes:

> You could also write (process-children), or just (pc) if you define it:
> 
>   (define (pc) (process-children))
> 
> which is what I do.

Sorry if I am a bit off the topic, but can't you define pc like in
pure Scheme:

(define pc process-children)

?

Aleks


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread