class _Main { function f(a : number, b : number = 42, c : number) : void { log "i"; log a; log b; log c; } static function main(args : string[]) : void { } } // vim: set tabstop=2 shiftwidth=2 expandtab:

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