20,741
edits
| Line 87: | Line 87: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
So, we have these pools: | |||
* globals->pools[T_STR] | |||
* globals->pools[T_VEC] | |||
* globals->pools[T_HASH] | |||
* globals->pools[T_CODE] | |||
* globals->pools[T_FUNC] | |||
* globals->pools[T_CCODE] | |||
* globals->pools[T_GHOST] | |||
== The Globals structure == | == The Globals structure == | ||