Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Nov 14, 2015
1 parent 59f02f7 commit fa766cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ var one = array[0];
// accessing using a statement:
var zwo = array[33/3-2];
// it is possble to use arrays in expressions:
var emptyArray = one-[0];
```

### Control structures
Expand Down

0 comments on commit fa766cc

Please sign in to comment.