Adding a section about the slice filter
authorKevin Boyd <kevin.boyd@gmail.com>
Mon, 18 Mar 2013 06:18:20 +0000 (23:18 -0700)
committerKevin Boyd <kevin.boyd@gmail.com>
Mon, 18 Mar 2013 06:18:20 +0000 (23:18 -0700)
commit8ebbaaa4cc6197a96014681f2b7dd9bddd477585
tree30934523893703828bf72b13f9004f145236ad7c
parentba67e2cf8e2ca6cada1de5a316a724df648c52ac
Adding a section about the slice filter

This code example shows how to loop over a subset of values in order to implement one common use-case of "break" in PHP. I decided to use the "full" notation of slice rather than the sugared version (that example would just be "for user in users[:10]")
doc/tags/for.rst