Functions 'any' and 'str'

2014-09-12 Thread Jon Kleiser
Hi,

Is (any S) equivalent to (car (str S)), as long as S is a symbol?

/Jon
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Functions 'any' and 'str'

2014-09-12 Thread Alexander Burger
Hi Jon,

 Is (any S) equivalent to (car (str S)), as long as S is a symbol?

Yes, there is no difference.

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Functions 'any' and 'str'

2014-09-12 Thread Jon Kleiser
Hi Alex,

On 12. Sep, 2014, at 14:37, Alexander Burger a...@software-lab.de wrote:

 Hi Jon,
 
 Is (any S) equivalent to (car (str S)), as long as S is a symbol?
 
 Yes, there is no difference.
 
 ♪♫ Alex

Maybe you could mention this relationship in the docs, on 'any'?

/Jon