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 5, 2015
1 parent 2bc11fb commit 07250ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,11 @@ Keywords should not be used as identifiers. Here is a full list of all keywords

The following features are not implemented yet, but will be in 1.1.0 or a future version:

* scopes
* else if
* arrays within expressions (like someArray-[someEntity])

scopes won't be supported, since they are a stupid concept and can be replaced by functions.
There is a simple workaround for arrays within expressions:

```
Expand Down

0 comments on commit 07250ba

Please sign in to comment.