Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add whitespace to code sample
  • Loading branch information
coke committed Mar 8, 2016
1 parent 1fd720c commit 77a45e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/Language/control.pod
Expand Up @@ -758,7 +758,10 @@ conditional again.
=begin code
{ my $x = prompt("Enter a number"); redo unless is_a_number($x) }
{
my $x = prompt("Enter a number");
redo unless is_a_number($x)
}
=end code
Expand Down

0 comments on commit 77a45e6

Please sign in to comment.