Cyclone Scheme  0.5

◆ make_cell

#define make_cell (   n,
 
)    make_pair(n,a,NULL);

Create a pair with a single value. This is useful to create an object that can be modified.