mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-10 15:52:12 +00:00
^
This commit is contained in:
parent
44b2e40e94
commit
bfc3c4d727
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user