variables can point to any kind of object
var = 'just another ' + 'string' puts var var = 5 * (1+2) puts var