Files
mgmt/lang/interpret_test/TestAstFunc2/class-capture8/defs.mcl
2019-07-20 01:33:42 -04:00

5 lines
56 B
Plaintext

class foo {
test $x1 {} # capture the var
}
$x1 = "t1"