For the archive:
post("\u005C");
post("\x5C");
also produce \\ instead of \
verbatim string escaping like
post(@"\"");
don't compile (error: stray ‘@’ in program)
m.
On 18.05.2018 16:25, Max wrote:
Is there a way to print a backslash to the console?
post("\"); results in nothing (escape character), but
post("\\"); unexpectedly prints two backslashes, I thought the first one
would would escape the second one.
m
_______________________________________________
Pd-dev mailing list
Pd-dev@lists.iem.at
https://lists.puredata.info/listinfo/pd-dev
_______________________________________________
Pd-dev mailing list
Pd-dev@lists.iem.at
https://lists.puredata.info/listinfo/pd-dev