class _Main { static function main(args : string[]) : void { switch (1) { case 1: log "a"; break; case 2: log "b"; break; case 1: log "c"; break; } } } // vim: set tabstop=2 shiftwidth=2 expandtab:

AltStyle によって変換されたページ (->オリジナル) /