If you have an email ending in @hotmail.com, @live.com or @outlook.com (or any other Microsoft-related domain), please consider changing it to another email provider; Microsoft decided to instantly block the server's IP, so emails can't be sent to these addresses.
If you use an @yahoo.com email or any related Yahoo services, they have blocked us also due to "user complaints"
-UE

turn around

edited 2016-12-15 07:47:30 in General
for repetition = 1:6
disp('Turn around')
if repetition >= 5
disp('Bright eyes')
end
disp('Every now and then')
switch repetition
case 1
disp('I get a little bit lonely and you''re never comin'' round')
case 2
disp('I get a little bit tired of listenin'' to the sound of my tears')
case 3
disp('I get a little bit nervous that the best of all the years have gone by')
case 4
disp('I get a little bit terrified and then I see the look in your eyes')
case {5,6}
disp('I fall apart')
end
disp(' ')
end

for repetition = 1:2
disp('And I need you')
if repetition == 1
disp('Now, tonight')
else
disp('More than ever')
end
disp(' ')
end

Comments

  • edited 2016-12-15 17:39:35
    Creature - Florida Dragon Turtle Human
    I saw this before when you first created it and I'm still amused by it. :)

    (I also like this song.)
  • There is love everywhere, I already know
    I've heard this song, but it was in (the TV show) The Middle in a scene where Sue and her best friend made total idiots out of themselves by singing it during an anti-drug thing or something.
Sign In or Register to comment.