timportexcept.nim 129 B

12345678910
  1. discard """
  2. errormsg: "undeclared identifier: '%'"
  3. line: 9
  4. """
  5. import strutils except `%`
  6. # doesn't work
  7. echo "$1" % "abc"