#! ruby -Ku require "kconv" sales2007 = 8000 back_ground_color = "red" _width = 100 _height = 80 print("sales2007 = ", sales2007, "\n") print("color = " + back_ground_color + "\n") print("width = ", 100, ",height = ", _height, "\n")