|
On 09/11/2014 08:59 AM, Hao Wu wrote:
The paranthesis don't help, we actually had this discussion before: foo() ("bar"):rep(5) This code does not do what you might expect and it doesn't matter if you write ("bar"):rep(5) or "bar":rep(5) The only thing that helps in this case is a semicolon after foo() to me clear what you want. -- Thomas |