Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Rhyono
Forum: General Authoring Discussion 04/29/18, 10:20 AM
Replies: 3
Views: 2,758
Posted By Rhyono
votan already explained it, but I'll give an...

votan already explained it, but I'll give an example:


str = "HELLO"

string.lower(str) -- uses lower's parent class string and applies the function to our argument str. GOOD
str:lower() -- passes...
Showing results 1 to 1 of 1