Variables
Goals
Step 1
Terminalirb
Step 2
IRBmy_variable = 5IRBmy_variableExpected result:5IRBanother_variable = "hi"
Step 3
IRBmy_variable = 10IRBmy_variableExpected result:10
Step 4
IRBapples = 5 bananas = 10 + 5 fruits = 2 + apples + bananas bananas = fruits - apples
Step 5
IRBlocal_variablesExpected result:[:bananas, :fruits, :apples, :another_variable, :my_variable]
Step 6
IRBtrue == false 1 == 1 "a" == 1
Step 7
Step 8
IRBshouting = "hey, you!".upcase
Explanation
Next Step:
Go on to Datatypes