A transient with a single hat character

2015-05-20 Thread Christophe Gragnic
Hi list,
Is there a way to have just ^ in PicoLisp ?
I read the docs, and especially this section:
http://www.software-lab.de/doc/ref.html#transient-io
and didn't find an answer to my question.
Maybe it would be nice to add this corner case to the examples ?

chri

-- 

http://profgra.org/lycee/ (site pro)
http://delicious.com/profgraorg (liens, favoris)
https://twitter.com/profgraorg
http://microalg.info
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: A transient with a single hat character

2015-05-20 Thread Alexander Burger
Hi Christophe,

 Is there a way to have just ^ in PicoLisp ?

Yes, but you need to escape the hat, as it is a meta-character
in transient symbol names: \^


 Maybe it would be nice to add this corner case to the examples ?

Yes, thanks. I'll do.
♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe