RE: RE: A short list of gripes I have with lua as a language
You are viewing a single comment's thread from:

RE: A short list of gripes I have with lua as a language

Words
29
Reading
1 min
Listen
Play
6y

tbh it kind of functions that way implicitly its when you have functions inside of functions in a callback like structure

myRightClickLabel:setMenuAction("Drink.ManaPotion", function()
    cecho("Drinking my mana potion.\n")  
    send("drink mp") 
 end )

Where stuff gets messy because of the "end"

@jfmherokiller: tbh it kind of | Ecency