Post Reply 
Store and reuse intermediate variable
12-05-2022, 10:22 PM
Post: #3
RE: Store and reuse intermediate variable
You should init R when initializing the other local vars, then you can simply ‘R’ STO and it will not create a global (HOME) var.

Example:

Code:

« "A" { 1 } INPUT OBJ-> 0 -> A B
 « 'A*2' ->NUM ‘B’ STO B 3 * »
»

Thibault - not collector but in love with the few HP models I own - Also musician : http://walruspark.co
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Store and reuse intermediate variable - pinkman - 12-05-2022 10:22 PM



User(s) browsing this thread: 1 Guest(s)