Lua

ph
이동: 둘러보기, 검색

lua 5.3 reference manual

colon vs. dot

A call v:name(args) is syntactic sugar for {{c|v.name(v,args)}, except that v is evaluated only once.

Lua manual : Function Calls
Tutorial: Understanding the colon vs. dot operator