34,333
edits
Changes
no edit summary
Variables are essentially a way to store a value and assigning assign a name to that valuefor reference purposes. Variables take various forms ranging from integers to strings of characters. In this chapter we will take a look at how variables are declared and converted. We will also look at the much simpler area of Ruby constants.
== Ruby Constants ==