fixed expand function
This commit is contained in:
parent
2a2e5b4527
commit
2151b6c5d2
2 changed files with 48 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ func expand(input *ast.Token, vars ast.VarTable, funcs ast.FuncTable) *ast.Token
|
|||
return input
|
||||
}
|
||||
|
||||
return input.Expand()
|
||||
return input.Eval(funcs, vars).Expand()
|
||||
}
|
||||
|
||||
/* L_APPEND (append from repl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue