mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
6 lines
100 B
Nim
6 lines
100 B
Nim
# Test the new raw strings:
|
|
|
|
const
|
|
xxx = r"This is a raw string!"
|
|
yyy = "This not\" #ERROR
|