-- Homework 07, problem 2 -- solution. -- -- The trick: wrap the string in single quotes on the outside so the -- double quotes inside the string do not confuse Lua. print('"The best way to predict the future is to invent it."') print(" - Alan Kay")