pub fn get_variable_by_name( ctx: &mut ComputationContext<'_>, variable_name: &SmolStr, stable_ptr: ExprPtr, ) -> Option<Expr>
Returns the requested variable from the environment if it exists. Returns None otherwise.