Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweaks to C<state> docs
  • Loading branch information
dha committed Sep 14, 2015
1 parent 5ef883b commit d72d26c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/Language/variables.pod
Expand Up @@ -542,13 +542,12 @@ next
=end code
Also, just like C<my>, declaring multiple variables must be placed in
Also, just like C<my>, declaring multiple C<state> variables must be placed in
parentheses and for declaring a single variable, parentheses may be
omitted. Within a parenthesized list, C<$> can be used as a dummy
placeholder.
omitted.
In fact, C<$> can be used as an anonymous state variable without an
explicit C<state> declaration.
C<$> can be used as an anonymous state variable without an explicit
C<state> declaration.
=begin code
Expand Down

0 comments on commit d72d26c

Please sign in to comment.