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.

str == ustr

Comparison operation.

operator uint == (
   str left,
   ustr right
)

Return value

Returns 1 if the strings are equal. Otherwise, it returns 0.


ustr == str

Comparison operation.

operator uint == (
   ustr left,
   str right
)

Return value

Returns 1 if the strings are equal. Otherwise, it returns 0.

Related links

Source