Category:QB64: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 10:
 
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")
 
 
 
Anonymous user