Re: Euphoria types of the POLL
- Posted by Hayden McKay <hmck1 at d?do.com.?u> Sep 02, 2007
- 850 views
Could you show me how you would define a nested sequence, or an object pls
ie:
type this(object x) ; where x could be an atom or sequence
type that(sequence s) ; where s is an array of nested sequences and atoms

