The smart kids will get this.

Aug 01, 2006 19:44

CLS
x$ = "Hey you kids, get off my terminal!"
t = 0
DO
t = t + 1
PRINT MID$(x$, t, 1);
SOUND 440, 2
LOOP WHILE MID$(x$, t, 1) <> "!"

quickbasic

Previous post Next post
Up