yq/pkg/yqlib/doc/headers/Add.md
2020-11-25 15:01:12 +11:00

162 B

Add behaves differently according to the type of the LHS:

  • arrays: concatenate
  • number scalars: arithmetic addition (soon)
  • string scalars: concatenate (soon)