May 2017
Intermediate to advanced
416 pages
21h 33m
English
Due to its flexibility, you might encounter different semantics. In the following example, both lines calling the function gmatch are perfectly valid and produce the same result:
Local str = "nmap" string.gmatch(str, "%z"); str:gmatch("%z")
Only functions with up to one parameters can be called using the notation obj:func.
Read now
Unlock full access