def execute(self, fields=[], cofields=[]): """Execute the LAMProgram.""" ocaml.lam_execute(self.get_lam(), self.get_prog_name(), fields, cofields)