#!/usr/bin/env /friends/.rakudobrew/bin/perl6 @fruit = ("apple", "orange", "banana"); print "$fruit[1]\n";