How to build an INTEGERobject Integers How to select its INTvalue How to change an INTEGERobject

How to change an INTEGERobject

There is sometimes also the problem to change the value of an existing INTEGERobject. This is done using the routine
c_i_i().
Here is part of a corresponding program:
m_i_i(5L,a);println(a);
c_i_i(a,7L);println(a);
It will first print a line with the number 5, and then a line with the number 7. Here is the full description:
harald.fripertinger "at" uni-graz.at, May 26, 2011

How to build an INTEGERobject Integers How to select its INTvalue Uni-Graz Mathematik How to change an INTEGERobject Valid HTML 4.0 Transitional Valid CSS!