``write(site_ref, value)`` ========================== ``write`` overwrites one site with a new symbolic or numeric value. Example: .. code-block:: python op = write("i", 0) This is the most direct update when you know the target value explicitly.