Good job. I think text is perfect for starters. Here's a few things that you should always do with your code:
-Indent: It makes it easier to read, and in the future you will be happy you did so.
-put cls at the beginning of your loop.
---
So your code should look more like this:
do
print "whats your name?"
input name$
cls
print "???: ";name$
sleep 5000
cls
print "Computer: Hello ";name$
sleep 5000
cls
print "Computer: My name is Computer 10101010101010101010"
sleep 5000
cls
print "Computer: How old are you?"
input Age
cls
print name$ ;": " ;Age
Sleep 5000
cls
print "Computer: Ok, I'm 1010101010101010101 years old"
sleep 5000
cls
print "Computer: Cya"
sleep 5000
cls
loop
But I recommend you use the
suspend for key command so the person doesn't have to wait 5 seconds each time.
I urge you to watch the film "Who killed the electric car". Support electric cars! Did you know their used to be more electric cars then gassoline cars?