**This website will be shutdown permanently soon**
This website and apps are for sale. Only serious offers will be considered. Contact [email protected]
** Server is current under maintenance, any changes will be lost **
In Self you can just use the == operator,
"hello" == "hello";"hello" !="goodbye";var word = "hello";if (word == "hello") { ...
For the star variable is patterns use toString() first.
if (star.toString() == "hello") { ...