diff options
author | Araq <rumpf_a@web.de> | 2011-02-13 21:24:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-13 21:24:52 +0100 |
commit | 55c40746474cff452c09fa9c1244e3d0c7b3ad21 (patch) | |
tree | 3c3f4cf72a24b98ecabc7f259cc3018ad936ddb9 /doc/basicopt.txt | |
parent | c717304ce61acdf7f980bc4ed185e7ea9e886dd5 (diff) | |
download | Nim-55c40746474cff452c09fa9c1244e3d0c7b3ad21.tar.gz |
REPL improvements
Diffstat (limited to 'doc/basicopt.txt')
-rwxr-xr-x | doc/basicopt.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index 45efff4d0..bd311e993 100755 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -3,11 +3,9 @@ Usage:: Command: //compile, c compile project with default code generator (C) - //compileToC, cc compile project with C code generator //doc generate the documentation for inputfile - //rst2html converts a reStructuredText file to HTML - //rst2tex converts a reStructuredText file to TeX - + //i start Nimrod in interactive mode (limited) + Arguments: arguments are passed to the program being run (if --run option is selected) Options: |