Edit

kc3-lang/kc3/test/ikc3/str.kc3

Branch :

  • test/ikc3/str.kc3
  • " "
    "
    "
    "\0"
    "\n"
    "\r"
    "\s"
    "\t"
    "\v"
    "0"
    "9"
    "A"
    "Z"
    "a"
    "z"
    "À"
    "É"
    "Ÿ"
    "à"
    "é"
    "ÿ"
    "Π"
    "꒴"
    "𐅀"
    "🎳"
    "😄"
    "🟣"
    "🤩"
    """abc"""
    """
    abc
    """
    
    """abc
    def"""
    
    """abc
    def
    """
    
    """
    abc
    def"""
    
    """
    abc
    def
    """
    quote "1 + 2 = #{1 + 2}"
    "1 + 2 = #{1 + 2}"