How to change the object kind The empty object How to select the object kind

How to select the object kind

To get the information about the kind of an object, you have the routine s_o_k(), look at the following part of the pseudostandard routine print:
...
INT print(a) OP a;
...
switch(s_o_k(a)) {
        case INTEGER: return(print_integer(a));
        ...
        }
...
The complete description of this selection of the object's kind is:
harald.fripertinger "at" uni-graz.at, May 26, 2011

How to change the object kind The empty object Uni-Graz Mathematik How to select the object kind Valid HTML 4.0 Transitional Valid CSS!