use --WORLD as root of all actions (GC just deletes --WORLD)
[mala.git] / tests / 50arithmodule.tests
blob123590bbcad54aba07044a5ec09111469a333b4a
1 # arch-tag: org.pipapo.mala.tests.arithmodule
3 TESTING "arithmodule tests:" ./test-mala_arithmodule
5 PLANNED "faculty" --DEF fac --IF --EQ %1 0 1 --END-IF --ELSE --MUL %1 --ASSIGN t --SUB %1 1 fac t --END-ELSE --END-DEF --PRINTL fac 12 <<END
6 479001600
7 variable: (null)
8 negated: 0
9 state: 0
10 END