local
Defines variables that are local to a function definition.
Syntax
local variable1, ... ,variablen;
Where to go from here
Was this page helpful? Yes No
Submitting...
Thank you
Defines variables that are local to a function definition.
local variable1, ... ,variablen;
Comments
Log in or register to comment.