Feb 2009 -- Due to time pressures, the ongoing development of 'rope' has been suspended temporarily.

ROPE Language Reference - "put"

The "put" action stores a value in a writeable register. The possible target registers include the 26 "user" registers ($a to $z) and a small subset of the system registers (such as $offset).

The syntax is..

value register "put"

For example

"HTTP://" $a put
put( "HTTP://" $a )
put( $offset 2 sub $offset )

See Also

register, inc, dec, get