in reply to Re^5: How do I write a program that calculates the sum of all numbers to a number, n?
in thread How do I write a program that calculates the sum of all numbers to a number, n?

»»» This post is about alpha status Perl 6, not rock solid Perl 5 «««

say [+] 1 .. prompt('Number?'); # While you read this, try to dance (<-- fulfilling assignment requir +ements)
  • Comment on Re^6: How do I write a program that calculates the sum of all numbers to a number, n?
  • Download Code