Question

La commande suivante fonctionne

t = new Table(); g.V.as('id').as('properties').table(t){it.id}{it.map}
print t

La commande suivante fonctionne

t = new Table();
g.V.as('id').as('properties').table(t){it.id}{it.map}; print t

La commande suivante ne fonctionne pas

t = new Table(); g.V.as('id').as('properties').table(t){it.id}{it.map}; print t

Pourquoi?

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top