testtojsstr.nim 86 B

123456789
  1. discard """
  2. output = "И\n"
  3. """
  4. let s: string = "И\n"
  5. let cs = s.cstring
  6. echo $s