Characters More details The first object How SYMMETRICA does it

How SYMMETRICA does it

We hope that it is not too disappointing to you that there is in fact a routine available in SYMMETRICA that evaluates the factorial numbers. Hence you can simplify test.c to the following test program (see file ex9.c):
Example: The object oriented evaluation of factorial numbers using a routine of SYMMETRICA :
#include"def.h"
#include"macro.h"
main()
{
OP a,b;
anfang();
a= callocobject();
b= callocobject();
scan(INTEGER,a);fakul(a,b);println(b);
freeall(a);freeall(b);
ende();
}

harald.fripertinger "at" uni-graz.at, May 26, 2011

Characters More details The first object Uni-Graz Mathematik How SYMMETRICA does it Valid HTML 4.0 Transitional Valid CSS!