Lines Matching refs:line
57 var line = " [";
59 if (j > 0) line += ",";
60 line += SpecialToString(func(values[i], values[j]));
62 line += "]";
63 if (i < (values.length - 1)) line += ",";
64 print(line);
91 var line = " [";
93 if (j > 0) line += ",";
94 line += expr(infix, strings[i], cmp, strings[j]);
96 line += "]";
97 if (i < (values.length - 1)) line += ",";
98 print(line);