How to change an INTEGERobjectIntegersHow to make an INTEGERobjectHow to select its INTvalue

How to select its INTvalue

If you have an INTEGERobject you sometimes want to select the INTvalue of the object. Look at the following piece of code.
...
m_i_i(8L,a);
printf("%ld",s_i_i(a)+5L);
...
which will print 13 to the terminal. The description of this selection routine now follows:
harald.fripertinger@kfunigraz.ac.at,
last changed: November 19, 2001

How to change an INTEGERobjectIntegersHow to make an INTEGERobjectHow to select its INTvalue