Search code examples
basicgw-basic

How to create this gw basic program?


Ok i want to know how to make a sentence appear word by word in GW BASIC.For example if the sentence is I Am Boy then how to make it appear as so "I" comes first printed then "A" ,then "m" , then B and so on....simply like in typing Plz help me And it will be appreciated if you post a working programme codingg


Solution

  • Here's an example that waits three seonds:

    T! = TIMER + 3: WHILE TIMER < T!: WEND