by cccp_leha » Fri Nov 14, 2003 7:47 pm
I somehow stumbled across the following. If try you concatenate with a "+" like so:
Code: Select all
print(s:"this is togethered by " + "a plus");
it compiles with no errors, but prints out a different message, most likely the first one immediately following it in the code. blabla, not sure if this is a bug, blabla.
I somehow stumbled across the following. If try you concatenate with a "+" like so:
[code]
print(s:"this is togethered by " + "a plus");
[/code]
it compiles with no errors, but prints out a different message, most likely the first one immediately following it in the code. blabla, not sure if this is a bug, blabla.