update stdlib append after testing
This commit is contained in:
parent
9c25ac21f9
commit
fe5afcb345
3 changed files with 6 additions and 6 deletions
|
|
@ -56,7 +56,7 @@ func (t *Token) Eval(funcs FuncTable, vars VarTable) *Token {
|
|||
if f == nil {
|
||||
if !eligibleForSystemCall {
|
||||
log.Log(log.DEBUG,
|
||||
"could not find definition for symbol " + ret.Inner.(string),
|
||||
"could not find definition for symbol " + ret.Inner.(string),
|
||||
"eval")
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue