pbi-core/program.bs1

14 lines
204 B
Plaintext

' {$STAMP BS1}
myLabel:
SOUND 1, (70,100)
SOUND 1, (80,50)
SOUND 1, (90,50)
GOTO myLabel
FOR B0 = 1 TO B1
HIGH 1
FOR B1 = 1 TO B2
HIGH 2
NEXT
NEXT 'Hello Bitches
'lololo
END