禍々しい配列参照

by Kaede
禍々しいですから、エラーは出ずとも使用はおすすめできません。

http://twitter.com/#!/KaedeAS/status/74204577657917440

http://twitter.com/#!/KaedeAS/status/74205530834485248
♥4 | Line 8 | Modified 2011-05-28 05:38:15 | MIT License
play

ActionScript3 source code

/**
 * Copyright Kaede ( http://wonderfl.net/user/Kaede )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/vw0M
 */

package {
    import flash.display.Sprite;
    dynamic public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            ({}[this.g = graphics,"beginFill"])(0)[this.g,"drawCircle"](100,100,100);
        }
    }
}

Forked