This commit is contained in:
sam-astro 2022-05-26 21:02:08 -04:00
parent 44b2e40e94
commit bfc3c4d727

View File

@ -743,6 +743,7 @@ int parseZSharp(string script)
if (numOfBrackets == 0) if (numOfBrackets == 0)
break; break;
functionContents.push_back(words.at(lineNum)); functionContents.push_back(words.at(lineNum));
cout << functName << "<" << args << ">" << endl;
lineNum++; lineNum++;
} }
//functionContents = removeTabsWdArry(functionContents, 1); //functionContents = removeTabsWdArry(functionContents, 1);