summary refs log tree commit diff stats
path: root/doc/tut1.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1812 from moigagoo/develreactormonk2015-01-021-1/+1
|\ | | | | Docs: Tutorial 1: Typo fixed.
| * Docs: Tutorial 1: Typo fixed.Konstantin Molchanov2015-01-011-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-141-0/+13
|\ \
| * | Adding type conversion examples to the tutorialjemcroft2014-12-131-0/+13
| | |
* | | minor improvements to the docsAraq2014-12-141-30/+29
|/ /
* | removed outdated noteAraq2014-11-141-3/+0
| |
* | deprecated string case statements without 'else'Araq2014-10-021-1/+1
| |
* | manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-6/+6
| |
* | changed comment handling (breaking change)Araq2014-09-071-39/+8
| |
* | big renameAraq2014-08-271-129/+129
| |
* | Improves tut1.txt with more hyperlinks and minor fixes.Grzegorz Adam Hankiewicz2014-08-051-93/+106
| |
* | Factors common documentation in fragment to avoid repetition.Grzegorz Adam Hankiewicz2014-07-271-40/+1
| |
* | tut1.txt no BOM; streamlined example a bitAraq2014-07-021-8/+4
| |
* | making clear structural equivalency for tuples docPavelVozenilek2014-06-151-2/+2
| |
* | Removes many fake `idx` entries.Grzegorz Adam Hankiewicz2014-04-211-16/+16
|/ | | | | These *fake* entries are not needed any more now that the table of contents of documentation files appear in the index.
* Referential data types may need to be declared.ReneSac2014-04-191-6/+7
| | | | And other small fixes.
* Additions and clarifications to tutorial 1.ReneSac2014-04-171-21/+54
|
* tracked down a few more returnsSimon Hafner2014-02-051-5/+5
|
* added the parts of #541 that I likeAraq2014-02-021-0/+24
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-5/+5
|
* Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraintsSimon Hafner2014-01-161-0/+35
|\ | | | | Add docs for constraining and qualifying imports.
| * Add docs for constraining and qualifying imports.Hitesh Jasani2014-01-161-0/+35
| |
* | Adds note about iterators having same signature as procs.Grzegorz Adam Hankiewicz2014-01-151-1/+5
| |
* | Adds note about procs and multiple variable assignment.Grzegorz Adam Hankiewicz2014-01-151-0/+6
|/
* Mentions tuple unpacking only works in var/let blocks.Grzegorz Adam Hankiewicz2013-12-011-7/+21
|
* Adds to tutorial info about unpacking tuples.Grzegorz Adam Hankiewicz2013-11-261-3/+37
|
* a few typosMark Henderson2013-11-031-4/+4
|
* Documents shortcut array syntax. Refs #397.Grzegorz Adam Hankiewicz2013-06-091-0/+15
|
* pegs/re =~ warns about scope rule change; improved docsAraq2013-05-081-6/+7
|
* tester should work again; documented (;)Araq2013-04-301-0/+7
|
* Improves tutorial tuples example.Grzegorz Adam Hankiewicz2013-04-151-0/+18
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* Merge pull request #311 from gradha/pr_documents_two_variable_for_loopAraq2013-01-231-0/+25
|\ | | | | Documents two-variable for loop with sequences.
| * Documents two-variable for loop with sequences.Grzegorz Adam Hankiewicz2013-01-211-0/+25
| |
* | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-10/+6
|/
* Documents repr proc and nested array syntax.Grzegorz Adam Hankiewicz2012-12-251-0/+79
|
* fixes #277; documentation improvementsAraq2012-12-171-2/+5
|
* fixes #230; fixes #227Araq2012-10-191-8/+1
|
* first steps for compiler as a serviceAraq2012-10-031-5/+5
|
* implemented backslash for continuation commentsAraq2012-08-231-0/+11
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-4/+23
|
* tutorial improvementsAraq2012-07-171-16/+23
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-031-16/+4
|
* added new OpenGL wrapperAraq2012-04-041-9/+7
|
* documentation improvementsAraq2012-02-131-1/+1
|
* niminst: bugfixes; documentation changesAraq2012-01-151-39/+39
|
* implemented 'let' statementAraq2011-11-291-7/+18
|
* better code generation for constant aggregatesAraq2011-11-021-3/+3
|
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵Araq2011-09-261-0/+10
| | | | optimized; tstringinterp.nim now works
* doc improvements; added lazarus exampleAraq2011-07-241-1/+1
|