Re: An elegant solution?
- Posted by Raude Riwal <rauder at THMULTI.COM> Feb 02, 1999
- 475 views
Although I'm not very intelligent, I understood everything. So I think it is the elegant solution. You could also write: global function structure(sequence s) return is_locked(s) end function .... if structure(foo) then puts(1,"you're right") endif but there's no "." or "::" . (on my french keyboard it's faster to type 2 ":" than "shift-." ---------- From: Michael Sabal To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: An elegant solution? Date: Tuesday 2 February 1999 23:49 <deleted...> To check its locked status, if is_locked(point3D) then ... end if