
Now for my coding problem. I wanted to make a program that receives 2 values and uses them in a formula and then gives out the result. Here's what I made
Created a Program named CONC.INT
"EG=" ?->E:
"T="?->T:
4.82E21 x (T^1.5) x e( (-E) / (2x8.62E-5 x T ) ) then I finish with that half a square symbol
(I use a lot of spaces so it's more easy to read)
when I try to use it it goes like this.
EG=?
I input a value and then it says syn error

Any tips on what could be wrong ?