[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: How to find new variables
- From: "Vincent Penquerc'h" <vincent@...>
- Date: Thu, 15 Jun 2000 10:52:04 +0100
> I'd like to have some way to list recently created Lua globals.
>
> Something like:
>
> -- remember current globals
> varset = set_checkpoint()
> .
> -- code goes here
You could make a setglobal which would add to a list variables
set with a previous nil value (ie non existing ones), and register
it at your checkpoint
--
Lyrian