Language basics
A quick tour on the language basics, for the impatient bioinformatician.
Nim tutorials are greatly recommended, and this section is mainly intended to provide worked examples on the language.
Table of contents
- Getting Started with Variables
- Procedures (functions)
- Control Flow
- Strings
- Arrays and Sequences
- Tuples
- Tables
- Objects