Bitcoin Forum
July 17, 2024, 12:16:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BASIC, and the start of general computer programming.  (Read 262 times)
Vod (OP)
Legendary
*
Offline Offline

Activity: 3766
Merit: 3102


Licking my boob since 1970


View Profile WWW
April 30, 2014, 04:54:04 AM
 #1

Quote
The first version of BASIC had 14 commands, all with straightforward names and syntax that made sense:

PRINT output text and numbers to the Teletype (and, later on, displayed it on the screens of time-sharing terminals and PCs);
LET told the computer to perform calculations and assign the result to a variable, in statements such as LET C = (A*2.5)+B;
IF and THEN let the program determine if a statement was true, vital for anything involving decision-making;
FOR and NEXT let a program run in loops;
GOTO let a program branch to another numbered line within itself;
END, which was required in Dartmouth BASIC, told the computer that it had reached the program’s conclusion.
Then there was INPUT, a command that let a BASIC program accept alphanumeric characters typed in by a user.

I remember learning BASIC when I was in the hospital for six weeks, undergoing heart surgery (twice) in 1983.  I read the three computer books in my school library inside out.

This is an incredible article from TIME magazine, for anyone who can relate to my experience, or who was a nerd in school waaay back then.  Smiley

http://time.com/69316/basic/

https://nastyscam.com - featuring 13 years of OGNasty bitcoin scams     https://vod.fan - advanced image hosting - coming sooner than you think!
Bitcoin Magazine
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 30, 2014, 04:58:16 AM
 #2

logo is fun too

i am here.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!