This commit is contained in:
Valk Richard Li
2020-11-19 23:42:51 +08:00
parent 1625f241fa
commit 4a5083f5cf
3 changed files with 63 additions and 61 deletions

View File

@@ -59,10 +59,7 @@ var generate_str=func()
ptr+=1;
}
if(ptr>=len)
{
print("read eof when generating string.");
break;
}
ptr+=1;
return tok_str;
}