# old-style Note: everthing before first left parenthesis is treated as a comment. This domain is the rocket domain where [1] fuel is a cargo that must be loaded into a rocket for it to run, and [2] there may be multiple rockets. (operator LOAD (params ( CARGO) ( ROCKET) ( PLACE)) (preconds (at ) (at )) (effects (at ) (in ))) (operator UNLOAD (params ( CARGO) ( ROCKET) ( PLACE)) (preconds (at ) (in )) (effects (at ) (at ))) (operator MOVE (params ( ROCKET) ( FUEL) ( PLACE) ( PLACE)) (preconds (in ) (at )) (effects (at )))