Merge pull request #1451 from bentglasstube/master

Add example of post-condition for loop.
This commit is contained in:
ven 2015-10-10 21:38:54 +02:00
commit e1e5fba285

View File

@ -102,6 +102,8 @@ for (@elements) {
print;
}
# the Perlish post-condition way again
print for @elements;
#### Regular expressions