LOLCODE Recommendation v1.0

LOL <l-value> R <expression>
Assigns the value of the expression into the l-value (which can be an element of an array or an array). If the l-value is an array with only one element (as it is after just being created) then the single value of expression should be assigned to it. A future recommendation will clarify other options for when this is not the case.

See also: i has a