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

5 lines
119 B
Plaintext

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