xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
lib
/
perl5db
/
t
/
test-a-statement-3
(revision d415bd75)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
use strict; use warnings;
2
3
for my $x (1 .. 2) {
4
my $y = $x + 1;
5
my $x = $x - 1;
6
}
7