in reply to Re: (Golf) Friday Golf: Print Formatted Sequence of Digits
in thread (Golf) Friday Golf: Print Formatted Sequence of Digits

Nice. Except for that leading space in the output... Still, you get an upvote from me.

Update: Of course, you can fix the leading space with "$#="%03g " instead. I can't tell if the example output had a space on the end, so we'd have to let that slide, I guess. (BrowserUk's has a space on the end too, afterall.) That just leaves us with the fact that $# is deprecated. It works... for now. :-)

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Re: (Golf) Friday Golf: Print Formatted Sequence of Digits