blob: 50b4d409219a6fa5bb700eea8ae7371ef734a082 (
plain) (
tree)
|
|
#
#
# Nimrod's Runtime Library
# (c) Copyright 2012 Andreas Rumpf
#
# See the file "copying.txt", included in this
# distribution, for details about the copyright.
#
## This is an include file that simply imports common modules for your
## convenience:
##
## .. code-block:: nimrod
## include prelude
##
## Same as:
##
## .. code-block:: nimrod
## import os, strutils, times, parseutils, parseopt, hashes, tables, sets
import os, strutils, times, parseutils, parseopt, hashes, tables, sets
|