Programming in BASIC on the Color Computer chapter 13 "More Basics"

Channel:
Subscribers:
3,510
Published on ● Video Link: https://www.youtube.com/watch?v=uuE_JTA7iDQ



Duration: 44:00
163 views
13


Chapter 13 is called "More Basics" and it introduces us to some more logical operations of BASIC programming.

We learn how to use the command STOP to force our program to halt at any point.

We can then type in CONT to continue from where the program left off.

We learn If ON... GOSUB, which will go to a series of predetermined subroutines based on the value of a variable.

We also learned how to combine IF... THEN... ELSE commands, to make comparisons and then decisions based on them, some may call this "branching"

Then we learn about operators AND and OR, a way to compare multiple variables, and determine if they are all the same, or just some are the same.. We can combine this comparison with THEN and ELSE as well and further branch our responses to the comparison.

We learn how to use SGN which tells you if a number is positive, zero, or negative

We learned ABS, which gives you the absolute value of a number, whether it's positive or negative.

We learn to use STR$ which converts a numeric variable into a string variable, this is actually the opposite of VAL which converts a string to a number.

We learned how to track how much MEM your computer has, this is useful when knowing if you will run out of RAM memory.

And lastly, we learned how the computer deals with Exponents, which I find rather confusing :)

Thanks for watching, don't forget to like, comment, and subscribe!

Merchandise: http://8bit256.com
Facebook: https://www.facebook.com/ogsteviestrow/
Twitter: https://twitter.com/ogsteviestrow
Instagram: https://www.instagram.com/ogsteviestrow/
Website: http://ogsteviestrow.com

Pixel art and logos created by Joel M. Adams:
https://www.instagram.com/artistjoelmadams/

OG Theme Song by the Gimp of Hallowed Ground Records:
https://www.reverbnation.com/gordy669




Other Videos By ogStevieStrow


2017-04-14Programming in BASIC on the Color Computer Chapter 18 - part 3 - "Lightning Storm"
2017-04-14Programming in BASIC on the Color Computer Chapter 18 - part 2 - "Being a YoYo"
2017-04-13Programming in BASIC on the Color Computer Chapter 18 - part 1 "Finding the Right Pages"
2017-04-12Programming in BASIC on the Color Computer Chapter 17 "Mind your PMODE"
2017-04-11Custom Color Computer graphics in BASIC - part 1
2017-04-11Programming in BASIC on the Color Computer chapter 16 "The Silver Screen"
2017-04-09Programming in BASIC on the Color Computer chapter 15 - Who's line is it anyway?
2017-04-09Programming BASIC on the Color Computer Chapter 14 - PSET Pixels
2017-04-08CoCoTALK! #4 - Color Computer Community Discussion
2017-04-08Original Gamer Merchandise @ ogStevieStrow.com
2017-04-06Programming in BASIC on the Color Computer chapter 13 "More Basics"
2017-04-05Programming in BASIC on the Color Computer chapter 12 "A Pop Quiz"
2017-04-05Programming in BASIC on the Color Computer Chapter 11 example program using String Manipulation
2017-04-05Programming in BASIC on the Color Computer chapter 11 "Words, words, words..."
2017-04-05Programming in BASIC on the Color Computer chapter 10 "Arithmetic"
2017-04-02CoCoTALK! #3 - John Strong from Strongware shows off projects and development tools
2017-04-02Pop*Star Pilot CoCoFEST premiere complete with bloopers! (New for 2017)
2017-04-01Live interview with Chris Latham, author of Donkey King and Sailor Man for the Tandy Color Computer
2017-03-31Dancing Devil for the Tandy Radio Shack TRS-80 Color Computer
2017-03-31Lunar Lander 1 and 2 for the Tandy Radio Shack TRS-80 Color Computer
2017-03-25CoCoTALK! #2 - Nick Marentes talks about developing and selling new CoCo games



Tags:
Programming in BASIC on the Color Computer
Color Computer BASIC Programming
Color BASIC
Extended Color BASIC
trs-80 color computer
radio shack color computer
tandy color computer
BASIC
BASIC programming
programming in BASIC
STOP
CONT
MEM
SGN
ABS
STR$
AND
OR
Exponential notation
programming in
more basics
numeric variable
logical operations
string variable
multiple variables
Programming Language
program
programming
tutorial
Color Computer BASIC