From a8dce45150fb6938188d7ec895ade58ff264d670 Mon Sep 17 00:00:00 2001 From: Alan Berndt Date: Sat, 10 Oct 2015 11:44:50 -0700 Subject: Add example of post-condition for loop. --- perl.html.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl.html.markdown') diff --git a/perl.html.markdown b/perl.html.markdown index 4e172406..1b86f410 100644 --- a/perl.html.markdown +++ b/perl.html.markdown @@ -102,6 +102,8 @@ for (@elements) { print; } +# the Perlish post-condition way again +print for @elements; #### Regular expressions -- cgit v1.2.3