Marko A. Rodriguez created TINKERPOP3-802:
---------------------------------------------
Summary: Provide sack(object) so that the sack can be directly set.
Key: TINKERPOP3-802
URL: https://issues.apache.org/jira/browse/TINKERPOP3-802
Project: TinkerPop 3
Issue Type: Improvement
Components: process
Affects Versions: 3.0.0-incubating
Reporter: Marko A. Rodriguez
Assignee: Marko A. Rodriguez
Currently, to declare a sack value to be {{X}} you have to do this:
{code}
...sack{a,b -> X}
{code}
This is lame. We should have:
{code}
sack(X)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)