Concept Flow - Verbatim and raw string literals
Start
Choose string type
Treats backslashes and newlines literally
Multi-line, preserves formatting, no escapes
Use string in code
Output string as-is
End
This flow shows choosing between verbatim (@) and raw ("""") string literals, then using and outputting them literally.