EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

ustr += type

Appending types to the unicode string. Append ustr to ustr => ustr += ustr.

operator ustr += (
   ustr left,
   ustr right
)

Return value

The result unicode string.


ustr += str

Append str to ustr => ustr += str.

operator ustr += (
   ustr left,
   str right
)

Related links

Source