Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge S04/while for niecza
  • Loading branch information
sorear committed Feb 16, 2011
1 parent 6ca5980 commit 15b1f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S04-statements/while.t
Expand Up @@ -48,6 +48,7 @@ plan 9;
#?mildew skip 1
# L<S04/The C<for> statement/It is also possible to write>
# while ... -> $x {...}
#?niecza skip 'while -> $x'
{
my @array = 1..5;
my $str = "";
Expand All @@ -58,6 +59,7 @@ plan 9;
}

#?mildew skip 1
#?niecza skip 'while -> $x'
{
my @array = 0..5;
my $str = "";
Expand Down

0 comments on commit 15b1f27

Please sign in to comment.