if (world.program().is3D()) {
open3DView();
}
try {
evaluateCommands(new SimpleJobOwner("startup", world.mainRNG, Observer.class),
"without-interruption [ startup ]", false);
} catch (CompilerException error) {
org.nlogo.util.Exceptions.ignore(error);
}
}