3 lines
62 B
Text
3 lines
62 B
Text
|
|
10 INPUT "Enter a variable name", v$
|
||
|
|
20 KEYIN "LET "+v$+"=42"
|