yitz 1484852347 learn local [option] name[=value]. Same as using declare in a function. Define a variable as local to restrict to a function and the function's children. Good practice to prevent littering your environment with temp vars. Less impact in an.. yitz 1484852354 forget yitz 1484852359 learn local [option] name[=value]. Same as using declare in a function. Define a variable as local to restrict to a function and the function's children. Good practice to prevent littering your environment with temp vars. Less impact in an isolated script. geirha 1516398773 forget geirha 1516398776 learn local [option] name[=value]. Same as using declare in a function. Define a variable as local to restrict to a function and the function's children. Good practice to prevent littering your global scope with temp vars. Less impact in an isolated script.