First Commit

This commit is contained in:
Mike Nolan 2023-07-26 22:33:22 -05:00
parent c3afc99003
commit 94f6de20ce
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,7 @@ namespace TLang.Parser
if(token.Text == "func") if(token.Text == "func")
{ {
var res = new GetVariableNode(Context.NextEntry.Text); var res = new GetVariableNode(Context.NextEntry.Text);
if(Context.MoreTokens && Context.)
} }
} }
} }