document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. BEGIN
  2. INPUT var1, var2
  3. PRINT var1+var2
  4. END
');