I'd like to play with janusgraph via remote mode. But it looks like I am unable to execute assignment statement in remote mode as following, is there any difference between remote mode and non-remote mode? Thanks
gremlin> :remote console
==>All scripts will now be sent to Gremlin Server - [localhost/
127.0.0.1:8182] - type ':remote console' to return to local mode
gremlin> g
==>graphtraversalsource[standardjanusgraph[berkeleyje:/var/lib/janusgraph/data], standard]
gremlin> a = 10
==>10
gremlin> a
No such property: a for class: Script98
Type ':help' or ':h' for help.
Display stack trace? [yN]
gremlin>