I love BASIC, anyone else with me? (1 Viewer)

ctrlaltv

Member
Joined
Jul 25, 2008
Messages
145
Location
Parramatta
Gender
Male
HSC
2008
darkwolfzx said:
goto [hell]


' basic troll program
' By ctrlaltv
CLS
let c = 0
[hell]
c=c+1

IF c =1,
PRINT "Shit"
ELSE
PRINT "shit."
END
END IF

PRINT "troll is"
GOTO [hell]
 

darkwolfzx

Active Member
Joined
Oct 25, 2006
Messages
1,296
Gender
Undisclosed
HSC
N/A
troll isShit
troll isshit
troll isshit
troll isshit
troll isshit
troll isshit
troll isshit
==buffer overflow==
 

cassini

New Member
Joined
Nov 15, 2008
Messages
4
Gender
Male
HSC
2009
i don't like basic(beacuse it's made by microsoft and you can't use on any other operting System)
but i do like C++.....
 

withoutaface

Premium Member
Joined
Jul 14, 2004
Messages
15,098
Gender
Male
HSC
2004
I don't like basic because, as evidenced above, most of its users are obsessed with gotos.
 

MaNiElla

Active Member
Joined
Feb 19, 2007
Messages
1,853
Gender
Undisclosed
HSC
N/A
I really dislike basic...with a passion!
 

cassini

New Member
Joined
Nov 15, 2008
Messages
4
Gender
Male
HSC
2009
i also think people use goto to much, i never use goto but then again im learning C++ and not vb. but still just the for loop or something
for(;;)
{
cout<<" avoid using goto"<<endl;
}
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top