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)
break;
functionContents.push_back(words.at(lineNum));
cout << functName << "<" << args << ">" << endl;
lineNum++;
}
//functionContents = removeTabsWdArry(functionContents, 1);