Updated README.

This commit is contained in:
Marvin Blum
2015-11-14 16:45:07 +01:00
parent 59f02f7782
commit fa766cc78c

View File

@@ -68,6 +68,9 @@ var one = array[0];
// accessing using a statement: // accessing using a statement:
var zwo = array[33/3-2]; var zwo = array[33/3-2];
// it is possble to use arrays in expressions:
var emptyArray = one-[0];
``` ```
### Control structures ### Control structures