## Expected Behavior I want to be able to define a variable and a function quickly with a snippet: ``` local fnname = function(...) ---- end ```
Expected Behavior
I want to be able to define a variable and a function quickly with a snippet: