write(site_ref, value)ΒΆ

write overwrites one site with a new symbolic or numeric value.

Example:

op = write("i", 0)

This is the most direct update when you know the target value explicitly.