Text Only
|
Text with Attachments
QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: FellippeHeitor on November 24, 2021, 09:36:53 pm
Title:
Hey Jude
Post by:
FellippeHeitor
on
November 24, 2021, 09:36:53 pm
Code: QB64:
[Select]
For
i
=
1
To
2
Print
"Hey, Jude, "
;
Select
Case
i
Case
1
Print
"don't make it bad"
Print
"Take a sad song and make it better"
Print
"Remember to let her into your heart"
Print
"Then you can start to make it better"
Case
2
Print
"don't be afraid"
Print
"You were made to go out and get her"
Print
"The minute you let her under your skin"
Print
"Then you begin to make it better"
End
Select
Print
Next
For
i
=
1
To
5
Print
"better... "
;
Next
Print
"oh yeah!"
Do
Print
"Na, "
;
YokoComes
=
YokoComes
+
1
Loop
Until
YokoComes
=
1970
Title:
Re: Hey Jude
Post by:
CharlieJV
on
November 24, 2021, 10:08:09 pm
Bravo !
Title:
Re: Hey Jude
Post by:
Richard Frost
on
November 24, 2021, 10:36:54 pm
Code: QB64:
[Select]
Do
:
_Limit
2
Print
"Number 9...."
;
Loop
Until
Len
(
InKey$
)
System
Title:
Re: Hey Jude
Post by:
madscijr
on
November 24, 2021, 10:47:30 pm
Quote from: FellippeHeitor on November 24, 2021, 09:36:53 pm
Code: QB64:
[Select]
For
i
=
1
To
2
Print
"Hey, Jude, "
;
I always thought "Hey Jude" was a better song than "Let It Be", LoL
But Yoko didn't break up the Beatles, Brian Epstein did!
Title:
Re: Hey Jude
Post by:
FellippeHeitor
on
November 24, 2021, 10:49:52 pm
@CharlieJV
🤩
@madscijr
I love them both.
@Richard Frost
a man of culture 👏👏👏
Title:
Re: Hey Jude
Post by:
Qwerkey
on
November 25, 2021, 05:21:56 am
@FellippeHeitor
That's my formative years, right there!
Text Only
|
Text with Attachments