Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Ruby: An Abbot breaks silencewind

by John M. Dlugosz (Monsignor)
on Jun 13, 2001 at 00:12 UTC ( [id://87922]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    def fibUpTo(max)
      i1, i2 = 1, 1        # parallel assignment
    ...
      end
    end
    fibUpTo(1000) { |f| print f, " " }
    
  2. or download this
    use strict;
    use warnings;
    ...
     }
    
    fib {print "$_[0] "} 1000;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://87922]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-24 04:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found