--- freem/doc/freem.texi 2025/05/03 04:05:23 1.40 +++ freem/doc/freem.texi 2025/05/04 13:46:10 1.41 @@ -4780,6 +4780,13 @@ The effect of this is that the operation @cindex variables, local @cindex local variables +@menu +* Local Variables Overview:: The basics of locals. +* Creating Local Variables:: Creating locals with SET. +* Removing Local Variables:: Removing locals with KILL. +@end menu + +@node Local Variables Overview @section Local Variables Overview FreeM @emph{local variables} have the same data structure as global variables, but are scoped to a single FreeM process, and stored in memory. @@ -4943,6 +4950,8 @@ If you use other M implementations, you * Class Overview:: Class basics. * Constructors:: Managing object creation. * Destructors:: Cleaning up. +* Inheritance:: Deriving classes from other classes. +* Methods:: Adding code to classes. * Runtime Polymorphism:: Selecting methods at runtime. @end menu