]> ruin.nu Git - proglang.git/blob - documentation
moved comments to examples
[proglang.git] / documentation
1 ####### DOCUMENTATIATOIAITAT ION ########
2
3
4 a simple c-like language with support for if/else-statements, while-loops and the standard arithmetic (+, -, /, *) and comparison expressions (<, >, <=, >=, ==, !=). also, increase/decrease expressions (++, --) are supported.
5
6 data types:
7 integers and booleans.
8
9 comments:
10 // and /* */ comments are allowed.
11