2 freestatics - free memory used for static variables
12 This function frees the memory used for the values of all unscoped
13 static variables by in effect assigning null values to them. As this
14 will usually have significant effects of any functions in whose
15 definitions these variables have been used, it is primarily intended
16 for use when these functions are being undefined or redefined..
20 > define f(x) = a++ * x;
45 free, freeglobals, freeredc