a = "abc"
b = "${a}"
c = """${a}"""
d = """ "$a" """
e = """ "${a}" """
f = """
  ${a.length}
"""
g = """\n"""
h = """\${'$'}foo"""
i = """$ foo"""
