hi
I need some help with local variables. I want create local variables within a program for example;
<< -> A B
<< b a - 5 / 'c' ->tag
b c + 'd' ->tag
>>
>>
what i get on the stack after exacution is (a=5 b=6)
2: 0.2
1: '6+c'
instead of
1: 6.2
Thanks