comments support, script loading support
This commit is contained in:
parent
654e8bd55b
commit
bd22b84699
11 changed files with 145 additions and 69 deletions
|
|
@ -61,6 +61,8 @@ func (in *Token) Eval(funcs FuncTable, vars VarTable, cnvtUndefVars bool) *Token
|
|||
"eval")
|
||||
return nil
|
||||
}
|
||||
} else {
|
||||
res.Next = in.Next
|
||||
}
|
||||
|
||||
case LIST:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue