[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Ideas about colon operator syntax (and a patch in the work)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 29 Apr 2014 11:54:08 -0300
Your proposal is ambiguous. Consider this code:
s = "I can shout!"
u = s:upper
("hello"):gsub(".",print)
Is the last line part of the second statement?