document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. -- Переопределяем функцию print, чтобы она, наконец, заработала.
  2. function print(message)
  3.     print_s(message)
  4. end
  5.  
  6. print("Hello, world!")
');