forked from xxq250/Nasal-Interpreter
update & bug fixed
This commit is contained in:
5
test/string.nas
Normal file
5
test/string.nas
Normal file
@@ -0,0 +1,5 @@
|
||||
import("lib.nas");
|
||||
var filename="";
|
||||
|
||||
filename=input();
|
||||
print(filename[0]);
|
||||
Reference in New Issue
Block a user