Use Line Input when you want to allow commas.
BTW Input allows multiple Input because comma!
BTW Input allows multiple Input because comma!
Code: (Select All)
Input "Give me a number comma another "; a, b
Print a, b
b = b + ...