The + is sometimes used as a hack to concatenate strings in ThingML. This is not the intended usage of +, see #51. However, string concatenation is severely lacking in ThingML, though + is a useful hack as it works in at least JS and Java.
Having a proper concatenation operator (not necessarily with the + syntax) would make it much easier to implement simple serializers in a PIM way in ThingML.