prelude.nim 529 B

1234567891011121314151617181920212223
  1. #
  2. #
  3. # Nim's Runtime Library
  4. # (c) Copyright 2012 Andreas Rumpf
  5. #
  6. # See the file "copying.txt", included in this
  7. # distribution, for details about the copyright.
  8. #
  9. # This is an include file that simply imports common modules for your
  10. # convenience:
  11. #
  12. # .. code-block:: nim
  13. # include prelude
  14. #
  15. # Same as:
  16. #
  17. # .. code-block:: nim
  18. # import os, strutils, times, parseutils, parseopt, hashes, tables, sets
  19. import os, strutils, times, parseutils, hashes, tables, sets
  20. when not defined(js): import parseopt