git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added jpeg3 extraction support to swfextract
[swftools.git]
/
lib
/
as3
/
ok
/
null.as
1
package {
2
3
public class Main extends flash.display.MovieClip {
4
public function Main() {
5
var x = null;
6
var y = null;
7
if(x == y) {
8
trace("ok 1/2");
9
}
10
if(x === y) {
11
trace("ok 2/2");
12
}
13
trace("[exit]");
14
15
}
16
}
17
18
}