expToVariable

Given an Expression, find the variable it really is.

For example, a[index] is really a, and s.f is really s.

Parameters

e Expression

Expression to look at

Return Value

variable if there is one, null if not

Suggestion Box / Bug Report