bug



 Sociology > Depression > bug

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: Sociology > Depression
User: "razor"
Date: 18 Mar 2007 08:53:35 AM
Object: bug
10 LET A=69
20 PRINT A
30 A=A+1
40 GOTO 20
.

User: "Bruce."

Title: Re: bug 18 Mar 2007 10:18:20 AM
<razor> wrote in message news:45fd445f$1_3@x-privat.org...

10 LET A=69
20 PRINT A
30 A=A+1
40 GOTO 20

Infinite loop.
Bruce.
.
User: "Heisenberg"

Title: Re: bug 18 Mar 2007 06:55:43 PM
Bruce. wrote:

<razor> wrote in message news:45fd445f$1_3@x-privat.org...

10 LET A=69
20 PRINT A
30 A=A+1
40 GOTO 20


Infinite loop.

Bruce.


my laptop locked up while doing a loop. i had to unplug it for a few days.
i remember the days of BASIC on the commodore 64, at the elementary school.
.

User: "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -"

Title: Re: bug 18 Mar 2007 11:37:11 AM
On 18 Mar, 15:18, "Bruce." <n...@nowhere.com> wrote:

<razor> wrote in messagenews:45fd445f$1_3@x-privat.org...

10 LET A=69
20 PRINT A
30 A=A+1
40 GOTO 20


Infinite loop.

Bruce.

Does anyone still use basic to make bugs?
.
User: "Heisenberg"

Title: Re: bug 18 Mar 2007 06:50:54 PM
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- wrote:

On 18 Mar, 15:18, "Bruce." <n...@nowhere.com> wrote:

<razor> wrote in messagenews:45fd445f$1_3@x-privat.org...

10 LET A=69
20 PRINT A
30 A=A+1
40 GOTO 20

Infinite loop.

Bruce.


Does anyone still use basic to make bugs?

bugs are made with solder and assembly language.
people still use Basic.
lower level stuff can be done in C. scripting can be done in Perl or
Python or Ruby.
if you want to automate stuff in Windows, there are batch interpreters
and AutoIt.
.



User: "the_dawggie"

Title: Re: bug 18 Mar 2007 06:31:06 PM
On Mar 19, 12:53 am, razor wrote:

10 LET A=69
20 PRINT A
30 A=A+1
40 GOTO 20

Well, to that I say:
#include <stdio.h>
main() {
int a = 69;
printf("%d\n", a);
for(;;) a++;
}
My computer exploded when the "a" got
too big.
.


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.2749     pg.2106     pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER