|
2014/1/14 <colinz@gmx.com>: > 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" Not quite, but you can have this: ("Hello"):concat "World"