Skip to content

Commit

Permalink
Updated RHS_Math_Children_Force_Learn to expect a chunk with only the…
Browse files Browse the repository at this point in the history
… test for ^value 3 and not variablized ^values.
  • Loading branch information
scijones committed Mar 25, 2024
1 parent a9a7ac0 commit 6952bf8
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sp {answer*apply*snc*t3-1
(state <s1> ^value 3 ^superstate nil ^foo <c4> ^wme { <> <c4> <c1> }
^value <c3> ^value <c2>)
(state <s1> ^value 3 ^superstate nil ^foo <c4> ^wme { <> <c4> <c1> })
-->
(<s1> ^result <c1> + ^new-math (* 23 <c2>) + ^math (* 23 2) +
(<s1> ^result <c1> + ^new-math (* 23 3) + ^math (* 23 2) +
^copied-math 23 + ^bar <c4> + ^child <c5> +)
(<c5> ^child-sub <d1> + ^child-math (+ <c3> 23) +)
(<c5> ^child-sub <d1> + ^child-math (+ 3 23) +)
(<d1> ^sub-struct2 <i1> + ^foo2 bar2 + ^foo1 bar1 +)
(<i1> ^foo3 bar3 +)
}
}

0 comments on commit 6952bf8

Please sign in to comment.