Name: 2009-08-18 10:35
Output a thousand Sussmen in an individualistic way.
-- Sussmen.scpt copyright © 2009 dArksTeveJ darkstevej@mac.com
-- If u use this applescript for your own script then u must credit me
-- Thx 2 420dude for the loop script & MIKE3000 for debug/testing
set the Sussman to "Sussman " as string
set the Sussmen to "" as string
set the NumberOfSussmenToOuptut to 1000
repeat with TheTemporaryIndexOfTheLoop from 0 to the NumberOfSussmenToOuptut
set the Sussmen to the Sussmen & the Sussman
end repeat
display dialog Sussmen