var a; a = (4 + 3) * 2; // Grouping expressions if (a > 10) { // Containing expressions line(a, 0, a, 100); // Containing a list of parameters }