You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by @anglepei (I moved your text to here from #75)
Likewise, minus will subtract the values before putting them into the sack. Note that the values are subtracted from the sack’s initialization value.
`g.V().has('code','AUS').sack(assign).by('runways').
V().has('code','SAF').out().
sack(mult).by('runways').sack().fold()
[-5,-2,-1,-4]`
hi,this code should be wrong, it should be minus.
The text was updated successfully, but these errors were encountered:
As reported by @anglepei (I moved your text to here from #75)
Likewise, minus will subtract the values before putting them into the sack. Note that the values are subtracted from the sack’s initialization value.
`g.V().has('code','AUS').sack(assign).by('runways').
V().has('code','SAF').out().
sack(mult).by('runways').sack().fold()
[-5,-2,-1,-4]`
hi,this code should be wrong, it should be minus.
The text was updated successfully, but these errors were encountered: