Intro
# Variables
- Are temporary member address locations
Global - A variable that can be accessed anywhere in the code Local - A variable that is only available in a single function or part
|
|
# Data Types
String - Text Integer - Whole number Float - Decimal number Boolean - True/False