Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy pasta noticed by japhb++
  • Loading branch information
TimToady committed Aug 8, 2015
1 parent 614b6f3 commit 584047e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S04-control.pod
Expand Up @@ -336,8 +336,8 @@ truth. In addition, it topicalizes on the condition, much like C<given>:
These may be cascaded:

with $s.index("a") { "Found a at $_" }
orwith $s.index("a") { "Found b at $_" }
orwith $s.index("a") { "Found c at $_" }
orwith $s.index("b") { "Found b at $_" }
orwith $s.index("c") { "Found c at $_" }
else { "Didn't find abc" }

You may intermix C<if>-based and C<with>-based clauses.
Expand Down

0 comments on commit 584047e

Please sign in to comment.