lua-users home
lua-l archive

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


In Python 3.8 there will be a new feature introducing Assignment Expressions[1]. One of the reasons for such feature is to improve code readability, among other things.

Would assignment expressions improve Lua code readability?

[1] https://www.python.org/dev/peps/pep-0572/