exercise: Acronym version: 2 plan: 5 tests: |- for $c-data»».Array.flat { is abbreviate(.), |.; } unit: module example: |- sub abbreviate ($phrase) is export { [~] $phrase.uc.comb(/\w+/).map: *.substr(0, 1); } stub: |- sub abbreviate ($phrase) is export { }