Next: , Previous: Comments with #, Up: Octave Features


4.3 Strings delimitted by double quotes "

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).