You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by dkuppitz <gi...@git.apache.org> on 2015/06/15 17:43:30 UTC

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-727 doc update for __...

Github user dkuppitz commented on the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/81#issuecomment-112114536
  
    Note, that this is only an *issue* in Groovy (and other languages that have `as` and `in` as a keyword). In Java it just works:
    
    ```java
    g.V().repeat(in()).times(2).match("a",
        as("a").in("knows").as("b"),
        as("b").out("created")).select("b")
    ```
    
    Whether you can use the shortcut or not, always depends on the language that you're using.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---