texplicit_system_import.nim 204 B

12345678910
  1. ##.
  2. import system except `+`
  3. discard """
  4. errormsg: "undeclared identifier: '+'"
  5. line: 9
  6. """
  7. # Testament requires that the initial """ occurs before the 40th byte
  8. # in the file. No kidding...
  9. echo 4+5