diff options
author | zlarsen <zlarsen@dmail.dixie.edu> | 2015-10-09 14:07:44 -0600 |
---|---|---|
committer | zlarsen <zlarsen@dmail.dixie.edu> | 2015-10-09 14:07:44 -0600 |
commit | 46b746e8c6101f8a25ba463fb2fb4045c29098a1 (patch) | |
tree | 688ca286a0ecb9590562504a53fde96c8bbfcd76 /perl6.html.markdown | |
parent | 0d0c495c701acc77047df138e169e7cc7ece5f97 (diff) | |
parent | ef40704f9b66ae85d7a8a6853abbbf8810af3b90 (diff) |
Merge remote-tracking branch 'adambard/master' into forth-es
Diffstat (limited to 'perl6.html.markdown')
-rw-r--r-- | perl6.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl6.html.markdown b/perl6.html.markdown index 2b45f661..43327edb 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -1429,7 +1429,7 @@ for <well met young hero we shall meet later> { # A flip-flop can change state as many times as needed: for <test start print it stop not printing start print again stop not anymore> { .say if $_ eq 'start' ^ff^ $_ eq 'stop'; # exclude both "start" and "stop", - #=> "print this printing again" + #=> "print it print again" } # you might also use a Whatever Star, |