Quick - ©
- Copy To Register
Characters: ©
Arity: same
The resulting link's arity is the same as the consumed link's arity. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.
Functionality
Save the result of a link to the register when it is called.
Details
Given a link of any arity, return a link of the same arity that returns the exact same value. When it is run, the result is saved to the register.
Syntax
<link>©
- a link functionally identical to<link>
that saves its result to the register