index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
js
/
testtojsstr.nim
blob: 03ac89e207b92e3a9af34fe8329b441ad74b32b3 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
discard
"""
output = "И\n"
"""
let
s
:
string
=
"И
\n
"
let
cs
=
s
.
cstring
echo
$
s