Mega Code Archive

 
Categories / Ruby / Language Basics
 

Ruby allows you to change the values in constants by assigning a new value to them

CONST = 1 CONST = 2 print CONST