|
On 2014-01-14 14:33, steve donovan wrote:
On Tue, Jan 14, 2014 at 3:24 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:But try print(type("1"+"2"))Exactly why I wouldn't do it ;) It is a good idea to have separate operators, otherwise there is all that pain that JavaScript users have when they're not careful.
So, by maintaining the two operators separate, which is fine, could I redefine .. to something like 'concat'?
That way I would end up having "Hello" concat "World"