Next: Line continuation by backslash, Previous: Comments with #, Up: Octave Features [Contents][Index]
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).