Skip to content

Commit

Permalink
Add comments on array indexing in property scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalker committed Aug 13, 2012
1 parent 0cad282 commit 020ddc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -120,6 +120,10 @@ As an example, this is possible
In the real world doing this kind of thing often leads to pain down the road,
however it can be a useful get-out-of-jail-free card.

Normally array subscripting is performed using code like ``redBalloons[99]``,
however this is not a property script. To subscript an array in a property
script, you can also do ``redBalloons.99`.


Registration of event handlers (``onclick="${function}"``)
----------------------------------------------------------
Expand Down

0 comments on commit 020ddc7

Please sign in to comment.