With obj:Obj Do command

 With obj:Obj [Do]
   commands
 EndWith

Evaluate command in object context. The expression obj specifies an object, such as a planet (Planet(14)). That object's context is activated, and all commands are executed within it. For example, within a planet context, SetFCode would change the planet's friendly code, and the FCode property would return it.

Since: PCC 1.0.6, PCC2 1.99.9

See also: Elementary Commands