Adding literal single quotes to a string
Hi all,
I would like to add literal single quotes to a string, e.g. the end results of the string output should look like:
'this is the string'.
For example, in Octave you might do this like this with escape characters and double quotes:
my_var = "\'this is the string\'"
I don't believe this is supported directly in Compose, but is there any other way this possible to add literal single string characters in Compose?
Thanks!
Best - Andy