Mega Code Archive

 
Categories / Ruby / Language Basics
 

Variables allow you to write and use programs that work upon varying data

x = 100 y = 10 puts x - y