ncrat.lib
LIB "ncrat.lib"; ncInit(list("x", "y", "z")); ncVarsGet(); ==> x,y,z ncVarsAdd(list("a", "b", "c")); ==> // ** killing the basering for level 0 ncVarsGet(); ==> x,y,z,a,b,c