[swfinterp] Implement equals opcode
parent
3cbcff8a2d
commit
eb5376044c
@ -0,0 +1,10 @@
|
|||||||
|
// input: []
|
||||||
|
// output: false
|
||||||
|
|
||||||
|
package {
|
||||||
|
public class EqualsOperator {
|
||||||
|
public static function main():Boolean{
|
||||||
|
return 1 == 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue