version 1.40, 2025/05/03 04:05:23
|
version 1.41, 2025/05/04 13:46:10
|
Line 4780 The effect of this is that the operation
|
Line 4780 The effect of this is that the operation
|
@cindex variables, local |
@cindex variables, local |
@cindex local variables |
@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 |
@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. |
FreeM @emph{local variables} have the same data structure as global variables, but are scoped to a single FreeM process, and stored in memory. |
Line 4943 If you use other M implementations, you
|
Line 4950 If you use other M implementations, you
|
* Class Overview:: Class basics. |
* Class Overview:: Class basics. |
* Constructors:: Managing object creation. |
* Constructors:: Managing object creation. |
* Destructors:: Cleaning up. |
* Destructors:: Cleaning up. |
|
* Inheritance:: Deriving classes from other classes. |
|
* Methods:: Adding code to classes. |
* Runtime Polymorphism:: Selecting methods at runtime. |
* Runtime Polymorphism:: Selecting methods at runtime. |
@end menu |
@end menu |
|
|