Project Euler [SPOILER #3]

Brian Yennie briany at qldlearning.com
Tue Feb 23 12:04:46 EST 2010


I'm pretty proud of this one for #3... SPOILER ALERT SPOILER ALERT... scroll down if you want to see. Great site find, Andre!!













































put 0 into total
repeat with i=1 to 100
  repeat with j=1 to 100
     if (i=j) then next repeat
     add i*j to total
  end repeat
end repeat




More information about the use-livecode mailing list