git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed double is_getlocal() definition
[swftools.git]
/
lib
/
as3
/
ok
/
trace.as
1
package {
2
public class Main extends flash.display.MovieClip {
3
public function Main() {
4
trace("ok");
5
6
trace("[exit]");
7
}
8
}
9
}