Lecture10 Octave Strings
Lecture10 Octave Strings
strings
Strings
A string constant consists of a sequence of characters enclosed in either double-
quote or single-quote marks. For example, both of the following expressions
"parrot“ 'parrot’ represent the string whose contents are parrot.