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

APT.Arithmetic.arithmetic.stop-arithmetic.soar Maven / Gradle / Ivy

sp {arithmetic*propose*stop-arithmetic
   (state  ^name arithmetic
              ^count 0)
-->
   ( ^operator  + =)
   ( ^name stop-arithmetic)
}
sp {arithmetic*apply*stop-arithmetic
   (state  ^operator )
   ( ^name stop-arithmetic)
-->
   (write |Finished|)
   (halt)
}