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

[REBOL] Re: Rounding

From: chris:langreiter at: 29-May-2002 21:02

> Is there such a beast or must one write a function to do it?
round: func [x] [to-integer .5 + x] Enjoy ;-)