forward data references
- Posted by anon Dec 15, 2008
- 1528 views
DerekParnell said...
kinz said...
point please some clear example of forward referencing in standard library.
In map.e; "convert_to_small_map()" and "convert_to_large_map()". These are referenced before they are declared.
Does anyone know if there are any examples of forward data references in the standard library?