#this is a sample program a = "This is" b = "my first Ruby Program" print "The concatenated line is : " print a << b