forked from xxq250/Nasal-Interpreter
🐛 fix bug
This commit is contained in:
@@ -222,7 +222,7 @@ var isfunc=func(f){
|
||||
}
|
||||
|
||||
var isghost=func(g){
|
||||
return typeof(f)=="obj";
|
||||
return typeof(g)=="obj";
|
||||
}
|
||||
|
||||
var ishash=func(h){
|
||||
|
||||
Reference in New Issue
Block a user