DIM a$ DIM b INPUT "Enter a number ", a$ b = VAL(a$) ? "The value of b = ", b
Enter a number 56 The value of b = 56