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

APT.all-test.Book-robot.count-blocks.stop-count.soar Maven / Gradle / Ivy

sp {count-blocks*propose*stop-count
   (state  ^name count-blocks
              ^direction 
              ^initial-direction 
              ^turning yes)
-->
   ( ^operator  + =, >)
   ( ^name stop-count)
}

sp {apply*stop-count
   (state  ^operator 
              ^block-count )
   ( ^name stop-count)
-->
   (write |Counted |  | blocks.|)
   (halt)
}