%land% and %->% ("writearrow") copy a pipeline value to a variable on the right hand side. %land_% and %->_% copy a pipeline value to a variable named by the value referenced by its right hand side argument.
value %land% name value %->% name value %->_% name value %land_% name
value | value to write |
---|---|
name | variable to write to |
value
Technically these operators are not "-> assignment", so they might not be specifically prohibited in an oppugnant reading of some style guides.