    Create a local variable called NAME, and give it VALUE.  LOCAL
    can only be used within a function; it makes the variable NAME
    have a visible scope restricted to that function and its children.
