1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-30 19:40:36 +02:00

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