Category:QB64: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 10: Line 10:


PRINT "Hello, World!"
PRINT "Hello, World!"

An example of how QB64 allows picture and audio files:

sound_effect& = _SNDOPEN("sound.wav")
_SNDPLAY sound_effect&

imagename& = _LOADIMAGE("image__name.png")