5 lines
64 B
Nim
5 lines
64 B
Nim
|
|
let str = "String"
|
||
|
|
echo str & " literal."
|
||
|
|
|
||
|
|
# -> String literal.
|