Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: source code layout question

From: ammonjohnson:yaho:o at: 4-Jan-2002 19:22

I guess I like the middle road. ;-)) Here's how I would code it: No-Change: [ Low-Wait: Wait-Amount if Wait-Amount < Wait-Max [ Wait-Amount: To-Integer (Wait-Amount * 2) if Wait-Amount > Wait-Max [Wait-Amount: Wait-Max] do Update-Speed ] ] Enjoy!! Ammon Carl Read wrote: