Screw diamonds. Ruby is a girl's best friend.

Surfing the waters of programming

Variable Scope

| Comments

Variable is an essential building block of any programming language. It is a way to store information and assign a name to it for future use. Variables come in all shapes and sizes. Anything from an integer to a string of characters can be used to reference data in the program.