'INPUT' statement.

It's possible to substitute a value to the variable
 from keyboard during execution.

10 input ab
20 print ab*2

run
? 32  (input with 32 from keyboard here)
 64
OK

'INPUT' statement can also substitute for string variable.