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