def ClearScope():
# Clears the local variables from SymbolTable upon competion of subprogram
    Display("ClearScope",_list)
    SymbolTable.clearScope()