traceを使う

by Nowloading_
♥0 | Line 9 | Modified 2011-09-14 00:11:40 | MIT License
play

ActionScript3 source code

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

package {
    import com.actionscriptbible.Example;
    public class FlashTest extends Example{
        public function FlashTest() {
            // write as3 code here..
            var a:int = (0x328  & 0xf)*3;
            trace("aの値は",a,"です");
        }
    }
}

Forked