Add example of post-condition for loop.

This commit is contained in:
Alan Berndt 2015-10-10 11:44:50 -07:00
parent d6a1385e66
commit a8dce45150

View File

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