I wrote a script, and I can't figure out where the problem is: 
The error I'm getting is: "Error parsing Forestry.zs:1 -- ) expected"
And the script only has 1 line:
mods.forestry.Squeezer.addRecipe (20, <Natura:wheatBag>; [<liquid:seedoil>] * 1000);
I know is it expecting a ) but I don't know where.

The error I'm getting is: "Error parsing Forestry.zs:1 -- ) expected"
And the script only has 1 line:
mods.forestry.Squeezer.addRecipe (20, <Natura:wheatBag>; [<liquid:seedoil>] * 1000);
I know is it expecting a ) but I don't know where.