Code Golf: Multiply a string by a number

Run Settings
LanguageRaku
Language Version
Run Command
sub infix:<⍟>{($^a.comb »x»$^b).join} for [('Hello World!', 3), ('foo', 12), ('String', -3), ('This is a fun challenge', 0), ('World!', 2)] -> ($s, $n) { say "'$s' ⍟ $n == '{$s ⍟ $n}'" }
Editor Settings
Theme
Key bindings
Full width
Lines