function strRep(%str,%int) { for(%i = 0; %i < %int; %i++) { %rstr = %rstr@%str; } return %rstr; }