document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. BEGIN
  2. PRINT "Start counting."
  3. FOR i LOOP := 1 to 3
  4. PRINT i
  5. END LOOP
  6. PRINT "Done."
  7. END
');