Define functions and scope variables
Functions group commands behind a name. local keeps variables inside the function so they do not leak into the caller.
Sign in to start the labFunctions group commands behind a name. local keeps variables inside the function so they do not leak into the caller.
Sign in to start the lab