On Wed, Jul 2, 2025 at 3:30 AM 'Yaseen Mowzer' via leo-editor < [email protected]> wrote:
> Hi > > I'm just looking at the code you wrote and I see you did > > p = c.p > > I'm curious as to why this was necessary? I thought all scripts come with > c, p and g defined? > Good question! p is predefined as c.p at the *start* of the script. But I wanted to emphasize that c.p itself might change during the script. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS1NmYnSEoExyzREOyxQdX4C4fyiE7hxXLRD_eu9PTe6ZA%40mail.gmail.com.
