diff options
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r-- | src/boot/ast.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot index 04933187..fde74059 100644 --- a/src/boot/ast.boot +++ b/src/boot/ast.boot @@ -860,7 +860,7 @@ shoeCompTran x== $locVars:local:=nil $dollarVars:local:=nil shoeCompTran1 body - $locVars:=SETDIFFERENCE(SETDIFFERENCE($locVars, + $locVars:=setDifference(setDifference($locVars, $fluidVars),shoeATOMs args) body:= lvars:=append($fluidVars,$locVars) |