b3ta.com links
You are not logged in. Login or Signup
Home » links » Link 1161954 | Random

This is a link post Basic is soon 50 years old!
10 PRINT "FUCK! ";
20 GOTO 10
(, Mon 7 Apr 2014, 23:08, , Reply)
This is a normal post CLS
Dirty boy...
(, Mon 7 Apr 2014, 23:32, , Reply)
This is a normal post I had to learn enough BASIC
to do some primitive CAD for a high school drafting class. All of the program and data was on punch cards.
(, Tue 8 Apr 2014, 6:25, , Reply)
This is a normal post I used to love basic

(, Tue 8 Apr 2014, 7:56, , Reply)
This is a normal post
10 POKE 566
20 PEEK(5 66) +12
30 PRINT "BASIC WILL NEVER DIE!!!"
40 GOTO 30
(, Tue 8 Apr 2014, 8:35, , Reply)
This is a normal post
10 for i = 1 to 255
20 poke 36875,i
30 next i

Kept wanting to put semicolons after every line :(
(, Tue 8 Apr 2014, 9:17, , Reply)
This is a normal post 2048

(, Tue 8 Apr 2014, 12:00, , Reply)
This is a normal post Close,
but no cigar!

The first line should be:

10 POKE 566, PEEK(566)+12

and line 20 should be removed. (It changes the break key interrupt vector to point to the end of the handler subroutine, 12 bytes on from the start of it, so pressing the break key doesn't do anything.)
(, Tue 8 Apr 2014, 11:03, , Reply)
This is a normal post UNLESS YOU CAN MAKE A VIC 20 BURST INTO FLAMES I'M NOT INTERESTED!!

(, Tue 8 Apr 2014, 17:32, , Reply)
This is a normal post try this on a commodore pet
POKE 59458,62
(, Tue 8 Apr 2014, 20:20, , Reply)