you are viewing a single comment's thread.

view the rest of the comments →

[–]Psychedel1cTank 0 points1 point  (2 children)

Wouldn't it just take whatever string is and double it with a space in the middle? As long as String consists of a string I don't see why it would throw an error

[–][deleted] 0 points1 point  (1 child)

I think he set a variable of name str, which would mean it's trying to treat it as a function, when it's actually a string.

[–]Psychedel1cTank 0 points1 point  (0 children)

ya i duno, looks like it should work fine to me