
Code: Select all
a$=~"He said \"hello\" to his friends"
Debug a$
Code: Select all
a$=~"He said \"hello\" to his friends"
Debug a$
"in less than 2 years" ^^Dude wrote:I just realized embedding inline quotes is possible by using \" and the escape string operator (~)
Yes, it was added 9 months ago. But the manual doesn't explain much about it, except that escape characters are supported. I had no idea \" was an escape character.Lunasole wrote:"in less than 2 years"