Abbreviations should not be used to avoid confusion.
Good Example:
last_array_element_value = 1;
Bad Example:
l_val = 1;