lua-users home
lua-l archive

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


On 18-Dec-15 00:51, Soni L. wrote:

You can add spaces around . in many languages, including C, C++ and
Java. You can even add line breaks! E.g.

local dog = DogBuilder() -- Also works when using :
             . setName "Doggy"
             . setType "Poodle"
             . build()

Four decades of coding... and I missed this one :-)

--
  Enrico