ちょ!はてなのpre記法にactionscript無いのかよ!

package util
{
  import flash.errors.IllegalOperationError;
  import flash.events.EventDispatcher;
  import flash.filesystem.File;

  public class ExperimentalPreferenceManager extends EventDispatcher
  {
      private static var _instance:ExperimentalPreferenceManager;
      private static var _internallyCalled:Boolean = false;
      public function ExperimentalPreferenceManager()
      {
        if(_internallyCalled) {
          _initializedConfiguration();
          _internallyCalled = false;
        } else {
          throw new IllegalOperationError("Use EgetInstance() to get the instance");
        }
  }

なんで、あんなドマイナーな言語がいっぱいあるのにactionscriptが無いんだ…orz