diff --git a/ZSharp/Main.cpp b/ZSharp/Main.cpp index 7a211ac..3313905 100644 --- a/ZSharp/Main.cpp +++ b/ZSharp/Main.cpp @@ -743,6 +743,7 @@ int parseZSharp(string script) if (numOfBrackets == 0) break; functionContents.push_back(words.at(lineNum)); + cout << functName << "<" << args << ">" << endl; lineNum++; } //functionContents = removeTabsWdArry(functionContents, 1);