This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure that C<(state $x) = $y> is not a state assignment
[perl5.git] / t / op / state.t
2006-05-03 Rafael Garcia-SuarezEnsure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-SuarezNew test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-SuarezAdd "state" feature
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.