
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)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy