Next: Line continuation by backslash, Previous: Comments with #, Up: Octave Features
The double quote, `"', may be used to delimit strings, in addition to the single quote `''. See the previous example. Also, double-quoted strings include backslash interpretation (like C++, C, and Perl) while single quoted are uninterpreted (like Matlab and Perl).