Function: listput
Section: linear_algebra
C-Name: listput
Prototype: GGD0,L,
Help: listput(list,x,{n}): sets n-th element of list equal to x. If n is
 omitted or greater than the current list length, just append x
Description: 
 (list, gen, small):gen	listput($1, $2, $3)

