All Downloads are FREE. Search and download functionalities are using the official Maven repository.

APT.all-test.clean-house-new.msg.instr-patrol.copy-list-element.soar Maven / Gradle / Ivy

sp {instr-patrol*propose*copy-list-element
   (state  ^name instr-patrol
              ^copy-source <> nil)
-->
   ( ^operator  + =)
   ( ^name copy-list-element)
}
sp {apply*copy-list-element
   (state  ^operator.name copy-list-element
              ^copy-destination 
              ^copy-source )
   ( ^word 
         ^next { <> nil  })
-->
   ( ^copy-source  -
                     
        ^copy-destination  -
                          )
   ( ^id (int )
         ^next )
}

sp {apply*copy-list-element*nil
   (state  ^operator.name copy-list-element
              ^copy-destination 
              ^copy-source )
   ( ^word 
         ^next nil)
-->
   ( ^copy-source  -
                     nil
        ^copy-destination  -
                          nil)
   ( ^id (int )
         ^next nil)
}