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

6 lines
50 B
Plaintext

$x1 = "t1"
class foo {
test $x1 {}
}
include foo