Synopsis
void nb_assign_variable(unsigned index,
                        nb_cell_t *value);
Description

nb_assign_variable Assigns the value value to the object obj.

You can use this function to assign to any object as it copies the type and value fields only, leaving the name field of the destination object obj intact.