View Source
-
ScreamingDonkey.hurlant.com
ScreamingDonkey Demo (
)
Input
Compile
Run
function Obj1() { this.blah = "hello"; } class Obj2 { public var blah:String = "world"; } print( [Obj1, Obj2].map(function(c) (new c).blah).join(", ") );
Bytecodes
Dump
Wrap
Load
Console
Clear