mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
14 lines
171 B
Plaintext
14 lines
171 B
Plaintext
"""
|
|
Hello
|
|
world
|
|
The multi-line string can contain:
|
|
- "single quotes"
|
|
- ""double quotes""
|
|
- even escaped """triple""" """quotes"""
|
|
!
|
|
arg <">
|
|
arg (")
|
|
arg <""">
|
|
arg (""")
|
|
()
|