PrependTo
prepend
item
to value ofs
and setss
to the result.
Examples
Assign s
to a list
Add a new value at the beginning of the list:
The value assigned to s
has changed:
PrependTo
works with a head other than List
:
{a, b} is not a variable with a value, so its value cannot be changed.
a is not a variable with a value, so its value cannot be changed.
Nonatomic expression expected at position 1
in PrependTo
Implementation status
- ✅ - full supported