QBasic 1.1: PLAY Function

Syntax

PLAY(n)

Description / Parameter(s)

n Any numeric expression.

Example

Music$ = "MBT180o2P2P8L8GGGL2E-P24P8L8FFFL2D" PLAY Music$ WHILE PLAY(0) > 5: WEND PRINT "Just about done!"