Method SDL.Music()->play()
- Method
play
 objectplay(int|voidloops)- Description
 Starts playback. Repeats loops number of times.
- Parameter 
loops The number of times the music should be looped (i.e. repeated). If loops is
-1or omitted, the music will repeat indefinitely.- Returns
 The SDL.Music object.