Interpolation 

my @num = ('tahi', 'rua', 'toru', 'whā');

say "Numbers: @num";
Numbers: tahi rua toru whā