dont require top level parens
This commit is contained in:
parent
de3e3e5d4e
commit
0d7eb4139b
2 changed files with 13 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ func (in *Token) Eval(funcs FuncTable, vars VarTable, cnvtUndefVars bool) *Token
|
|||
break
|
||||
}
|
||||
|
||||
log.Log(log.ERR,
|
||||
log.Log(log.ERR,
|
||||
"undefined symbol: "+in.Value(),
|
||||
"eval")
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue