Help for this page

Select Code to Download


  1. or download this
    class Array is also {
        method insert ($self: $x){
            $self.push($x) unless $self.first($x);
        }
    }