Talk:Set

From the Oblivion ConstructionSet Wiki
Revision as of 02:38, 17 April 2006 by imported>JOG
Jump to navigation Jump to search

-- Grey: Doesn't the negative factor in the given example need to be in brackets?

--JOG 03:38, 17 April 2006 (EDT) No, you just need NO space between minus and variable you need spaces between most operators, though, ("b+a" compiles, "b-a" doesn't, you need "b - a" so it didn't compile as it was.