May 1
In 1964, the computer programming language BASIC (Beginner’s All-Purpose Symbolic Instruction Code) was created by Dartmouth College professors John G. Kemeny and Thomas E. Kurtz.
-from AP
May 1
In 1964, the computer programming language BASIC (Beginner’s All-Purpose Symbolic Instruction Code) was created by Dartmouth College professors John G. Kemeny and Thomas E. Kurtz.
-from AP
1984 (with 13 years) i got my Commodore C64 with 0,985 MHz CPU and build in Basic
and this must have
https://ar.c64.org/wiki/Action_Replay
One way for a single computer model to sell record numbers is to never have an upgrade model to encroach on sales of the first.
It is not a good long-term strategy for the company however.
That was just a print and run era.
]10 PRINT "HELLO"
I started on a Commodore VIC20, the predecessor to the C64.
OK, this is a better one:
10 PRINT "WHAT IS YOUR NAME?"
20 INPUT N$
30 PRINT "HELLO, ";N$
2005 i started my own C64 Emulator but i failed at SBC command
OK, this is a better one:
true.
You forgot 1 line
40 GOTO 10