You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a new form of string literal that starts with a minimum of three """ characters (but no maximum), optionally followed by a new_line, the content of the string, and then ends with the same number of quotes that the literal started with. For example:
var xml = """
<element attr="content"/>
""";
Design meetings
The text was updated successfully, but these errors were encountered:
Raw string literal
Summary
Allow a new form of string literal that starts with a minimum of three
"""
characters (but no maximum), optionally followed by anew_line
, the content of the string, and then ends with the same number of quotes that the literal started with. For example:Design meetings
The text was updated successfully, but these errors were encountered: