10 Print “Are we there yet?” – 20 Goto 10 [Cartoon] TweetAdvertisementHere’s a clever cartoon that uses robots and some simple BASIC code to explain how kids usually behave during long car trips.[Source | Via Neatogeek]
Methinks they're using old TI Basic. I remember when that first came ou… uhh… I just dated myself, didn't I?
#include
int main()
{
while (1)
{
printf("Are we there yet?
");
}
return 0;
}
#include
int main()
{
while (1)
{
printf("Are we there yet?n");
}
return 0;
}
Methinks they're using old TI Basic. I remember when that first came ou… uhh… I just dated myself, didn't I?