Skip to content

Commit

Permalink
Merge pull request #3 from kneth/master
Browse files Browse the repository at this point in the history
Updated tutorial
  • Loading branch information
kspangsege committed Feb 28, 2013
2 parents 3064e4e + 73cea3a commit fc09f64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/overlay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ To get the last row the <tt>lastObject</tt> method can be used:
the <tt>objectAtIndex</tt> method which returns a cursor to the row index
@@EndOverlay

@@Overlay: output @@
<div class="code">
<pre>
John is 20 years old.
Mary is 21 years old.
Lars is 32 years old.
Eric is 50 years old.
Anni is 43 years old.
</pre>
</div>
@@EndOverlay@@

0 comments on commit fc09f64

Please sign in to comment.