A posting on assignment ops by Robert Barta to PASTEBIN, which I reproduce here for your reading pleasure:
# templescript assignment ops
“Robert” => name \ rho # unconditional, replaces all names
“rho” => nickname \ rho # unconditional, replaces only nicknames
“der-rho-ist” +> nickname \ rho # unconditional, adds
() => name \ rho # unconditional, removes all names
#–
“Robert” ||> name \ rho # conditional, assigns only if no name existed
This reminds me of a post I need to finish on suggested comparison operations.