#property library void TestFunction(int param1, int param2 = EMPTY) { Print("TestFunction ", param1, " ", param2); }