10100401822940525 does not exist

by Hasufel
...outputs 10100401822940524.
♥0 | Line 8 | Modified 2011-05-10 10:41:09 | MIT License
play

ActionScript3 source code

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

package {
    import com.actionscriptbible.Example;
    public class magicalNumber extends Example {
        public function magicalNumber() {
            trace(10100401822940525);
        }
    }
}