Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
local age = setmetatable(
{},
{ __index = self }
)
age.value = users.metamourge.age
function age:increment()
self.value = self.value + 1
end -
xewl41716y@LynxMagnus Yeah, probably more something like a method in which a calculation is done on the "spawn"-time.
Related Rants
-
agaripian30Got the best cake for my 30th birthday. Only if my wife understood what language I program with. I still love ...
-
GMR51651My girlfriend knows what a coder needs when it’s their birthday. Lucky to have her. Walked into my room and ...
-
Raich11Today my oldest son is 8 years old and with pizza and cake we discussed how to hack his friends tablet, star W...
Age.Increment()
rant
birthday
age++