lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2016-08-09 21:46 GMT+02:00 Rena <hyperhacker@gmail.com>:
> On Aug 8, 2016 2:56 PM, "nobody" <nobody+lua-list@afra-berlin.de> wrote:
>>   u,v,w,x,y,z=1,2,3,4,5,6
>>   u=1v=2w=3x=4y=5z=6
>>
>>   m=1n=1repeat print(m/n)m,n=m+n,m until m<0

> I wonder how many lexers/linters/highlighters wouldn't parse that correctly.

The Vim highlighter does not.