in reply to Re: Why is const x const not a const?in thread Why is const x const not a const?
'a x 3' is a constant string. Use that instead.
You are aware that the result of the expression 'a' x 3 is 'aaa'?
The start of some sanity?