[swfinterp] Implement equals opcode
This commit is contained in:
parent
3cbcff8a2d
commit
eb5376044c
2 changed files with 15 additions and 0 deletions
10
test/swftests/EqualsOperator.as
Normal file
10
test/swftests/EqualsOperator.as
Normal file
|
@ -0,0 +1,10 @@
|
|||
// input: []
|
||||
// output: false
|
||||
|
||||
package {
|
||||
public class EqualsOperator {
|
||||
public static function main():Boolean{
|
||||
return 1 == 2;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue