sub TIEARRAY{$_=shift;bless[@_],$_}sub FETCH{local($_,$;) =@_;$_->[$;]=$_->FETCH($;-1)+$_->FETCH($;-2)if!defined$_-> [$;];$_->[$;]}tie@_,"\x6da\x69\c.",0,1;print"@_[0..9]\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |