29 | -- `>*` runs a linear computation to completion and returns the result, T1.do
30 | -- activates the syntax sugar for making the token passing implicit
31 | >*T1.do
32 | -- `^*` creates a new mutable reference from a value
35 | -- `n `times` x` runs the linear computation `x` n times, like a for loop
37 | -- `&*` reads a mutable reference to get its current value
40 | -- `=*` sets the value of a mutable reference