Question
From separat operators to programs
I am building a program from separate debugged statements. Now I have to do it like this - enter a variable, the operator <- and expression separately.
It would be very nice if this could be done with one copy with automatic replacement of operator := by operator <-.


