2 lines
42 B
ActionScript
2 lines
42 B
ActionScript
var foo:Foo = new Foo();
|
|
foo.bar = "zap";
|
var foo:Foo = new Foo();
|
|
foo.bar = "zap";
|