Language Basics Ruby

var = 'just another ' + 'string'
puts var
var = 5 * (1+2)
puts var