update & bug fixed

This commit is contained in:
Valk Richard Li
2020-11-03 19:27:21 +08:00
parent 6f5143657e
commit 155ce6fc0d
23 changed files with 12704 additions and 41 deletions

5
test/string.nas Normal file
View File

@@ -0,0 +1,5 @@
import("lib.nas");
var filename="";
filename=input();
print(filename[0]);