50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Message

Re: Can anyone answer a question about compiled local variables?

2009-07-07 by Tim Wessman

> 5) So, can anybody write a simple program using compiled variables so I don't have to PURGE all the variables I use all the time?

I will write one using a single command.

Type in 'PROG(X,Y)=X*Y^2' and then push DEF. PROG appears. Recall it an see that it looks like this. << -> X Y 'X*Y^2' >>

Here is another:

<< -> A B C << A 2 ^ B 2 ^ + C 2 ^ = >> >>

TW

Attachments