From bfc3c4d7276bba54f0e745c628e63206ec20b2cd Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Thu, 26 May 2022 21:02:08 -0400 Subject: [PATCH] ^ --- ZSharp/Main.cpp | 1 + 1 file changed, 1 insertion(+) 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);