swap t1 t2 swaps the values in t1 and t2.
swap t1 t2
t1
t2
replace t f is t := f !t
replace t f
t := f !t
get and (!) are two names for the same function.
get
(!)
set and (:=) are two names for the same function.
set
(:=)