2017年5月17日

perl6中的hash定义(1)

摘要: my %hash = (1,2,3,4); say %hash; my %hash2 = (a => 1, b => 2); say %hash2; my %hash3 = (:name('root'), :host('localost')); say %hash3; 阅读全文

posted @ 2017-05-17 05:22 Perl6 阅读(191) 评论(0) 推荐(0) 编辑

导航