Interpolation
my
$num
= [
'un'
,
'deux'
,
'trois'
,
'quatre'
];
say
"Numbers:
@$num
"
;