1
0

引数あり関数を呼べるようにした

This commit is contained in:
otya128
2015-06-13 20:34:19 +09:00
parent c5b2f1af67
commit f1ecd08462
3 changed files with 6 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ class Function
int var = this.variable.get(name, 0);
if(var == 0)
{
this.variable[name] = var = ++variableIndex;
this.variable[name] = var = --argumentIndex;
}
else
{