format("%1 %2", "value1", "value2"); // must result in format [...]; someFunc("a", "b", "c"); // must result in ... call someFunc;