notepad-plus-plus/lexilla/test/examples/matlab/Issue18_EscapeSequence.m.oc...

5 lines
184 B
Plaintext

0 400 400 % Ensure escape sequences still work in octave
0 400 400 % Octave terminates string at 3rd ", Matlab at 4th
0 400 400 i="\" "; % " %
0 400 400 % end
1 400 400