repo.or.cz
/
mala.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use --WORLD as root of all actions (GC just deletes --WORLD)
[mala.git]
/
tests
/
50arithmodule.tests
blob
123590bbcad54aba07044a5ec09111469a333b4a
1
# arch-tag: org.pipapo.mala.tests.arithmodule
2
3
TESTING "arithmodule tests:" ./test-mala_arithmodule
4
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