5 lines
67 B
Text
5 lines
67 B
Text
|
|
'ha' => Str;
|
||
|
|
Str# => Len;
|
||
|
|
1..Len %% (Len * 5) => Idx;
|
||
|
|
Str [Idx] $;
|