Next: POSTPONEing locals, Previous: Where are locals visible by name?, Up: Gforth locals [Contents][Index]
Each local lives only as long as it is visible; afterwards its address is invalid, and programs that access it afterwards are erroneous; it’s a good idea to use non-addressable value-flavoured or defer-flavoured locals to avoid such errors.