Just a little question before 4.0 will be released
- Posted by nurminski Feb 18, 2009
- 1110 views
Greetings.
Sorry, if I am missing something vital in documentation, but is there a way for difining stings in Euphoria in 'heredoc' style? It's very boring to escape all quotes in HTML/XML, Java scipts and so on. So instead of writing complicated escaped strings it is abslotely must:
k=here comes the text as it will be present, no need to escape " and ' and other stuff Is there a heredoc syntax of strings present? If no, please consider it may be in future releases.