BadScript

String

Can contain a variable length sequence of characters.

s = "Hello World"
if(s == "Hello World")
{
	//b is "Hello World"
}
else
{
	//b is not "Hello World"
}

Default Operators

List of all Built-In Types