Q("a","blah"); // or a.Q("blah"); // to assign the value of "blah" to the variable a alert(a); // -----> returns "blah"
Q("x",123 + 456); // or x.Q(123+456)