Changes

Jump to: navigation, search

Understanding Ruby Variables

2 bytes added, 21:10, 30 November 2007
Declaring a Variable
== Declaring a Variable ==
Variables are declined declared and assigned values by placing the variable name and the value either side of the assignment operator (=). For example, to assign a value of 10 to a variable we will designate as "y " we would write the following:
<pre>

Navigation menu