Re: Back quotes for raw/literal strings
- Posted by don cole <doncole at pacbell.net> Aug 17, 2004
- 478 views
Terry Constant wrote: > > I cannot find where Euphoria has raw/literal/non-escaped strings. > If I missed the info, could someone point me in the correct direction? > If not, what is the chance of having back quotes, "`", delimit > raw/non-escaped strings. > > For example, `c:\Program Files\myfile.txt` would be > the same as "c:\\Program Files\\myfile.txt" or > `He said, "Hello" to her.` would be > the same as "He said, \"Hello\" to her." > > Again, if this topic has been discussed or is documented, could someone > point me to it? > > Terry Constant > I may not know what your are talking about. However I belived it is discussed in the regular help file for Euphoria under printf (also see puts). doncole SF