@result = @array».method(); @result = hyper @array.map: { .method }; @result = @array1 »+« @array2; # Elementweise Addition # ähnlich wie UNIX pipes, nur mit Objekten: @source ==> function1 ==> grep { $_ % 2 == 0 } ==> function2 ==> @result