How to put quotes " inside a variable?

how to put quotes " inside a variable? does anyone know ?

Are you working in JavaScript or BASIC?

My language is Basic!

Use a double double quote:

MsgBox "hello ""world"""

Output is
Screen Shot 2021-12-03 at 11.19.04 AM