--
You received this message because you are subscribed to the Google Groups "Exodus Users" group.
To post to this group, send email to exodus...@googlegroups.com.
To unsubscribe from this group, send email to exodus-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/exodus-users?hl=en.
Exodus hasnt got a compiler or precompiler of its own. It uses any standard C++ compiler so I cant implement QM's trick.
Cant you use the almost universal backslash houdini trick?
This is valid javascript .. and valid exodus too.
var aa="I said \"Hello\" first!";
Exodus can do the following too thanks to C++ compiler's penchant for joining adjacent strings.
var aa="This is a line of text\n"
"and so it this\n"
"and so it this\n"
"and so it this\n"
"and so it this\n";