Initialization |
INT m_il_nv(INT il, OP v)
INT m_l_nv(OP l, OP v)
Example: Here is an example:... a = callocobject(); m_il_nv(2L,a); if (nullp(S_V_I(a,1L))) printf("the second entry is zero"); freeall(a); ...will produce the linethe second entry is zeroon the terminal.
Initialization |