fixed bug in nasal_parse

This commit is contained in:
Li Haokun
2021-07-21 17:38:11 +08:00
committed by GitHub
parent 884b56ac09
commit 9ebabfe737
7 changed files with 27 additions and 34 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ println(f);#//func(...){...}
f();#//f is called
println(z.funcc);#//func(...){...}
z.funcc();#//f is called
println(z.funcccall);#//nil
println(z.funcccall);#//func(...){...}
z2.listt2[3].hashh.funcc();#//f is called
println(y1[f2()][w]);#//hello