Integer passed into a string with interpolation
x = 2 print "This application is running okay if 2 + 2 = #{x + x}"