aionnetwork / aion-docs

Documentation for the Aion Network.
MIT License
9 stars 8 forks source link

Update variable-types.md #23

Closed jennijuju closed 5 years ago

johnnymatthews commented 5 years ago

Single quotes ' are generally reserved for use with the char type. The archetype still accepts double quotes when surrounding a string:

mvn aion4j:call -Dmethod="greet" -Dargs='-T "David and Peter"'

> ...
> [INFO] ****************  Method call result  ****************
> [INFO] Data       : Hello David and Peter
> [INFO] Energy used: 289744
> ...

This change isn't necessary.