5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
class foo {
|
|
test $x1 {} # capture the var
|
|
}
|
|
$x1 = "t1"
|
class foo {
|
|
test $x1 {} # capture the var
|
|
}
|
|
$x1 = "t1"
|