SPEED int-exp

Slows down the screen PRINT output by introducing a delay between the characters. int-exp must lie between 0 (fastest) and 255 (slowest).

Program Example

00100 SPEED 55
00110 PRINT "Hello"
00120 END

Try it