First page Back Continue Last page Overview Graphics
Perl 6: operatori
$tre_volte_tre = “3” x 3;
@array_di_tre = “3” xx 3;
@quadrati = @numeri »** 2;
%hash = @chiavi ¥ @valori;
%hash = zip(@chiavi, @valori);
Notes:
Altri operatori, iper-operatori, operatore zip (Unicode anche qui)...