Wade Schuette wrote: > There are a few other restrictions, such as "if (test) x;" won't compile, > but "If (test) { x; } will. (the curly braces {} are required. "if (test) x;" compiles just fine in osgrid and it works too.