#!/usr/bin/perl6 my %hash={ 'dico' => 'я говорю', 'dicam' => 'я скажу', 'dic' => 'скажи' }; for %hash.values {.say}
я говорю я скажу скажи
RSS stdin@perl6.su © Alexius Karmanov, 2010-2011