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

[REBOL] Re: convert money values to integer?

From: tim-johnsons::web::com at: 26-Aug-2007 14:43

On Thursday 16 August 2007, Sunanda wrote:
> Kai: > > a: $100 > > So what do you use for this simple? conversion? > > a/2
Say what? Well, I just learned something new! On a related note, look here:
>> t: now/date
== 26-Aug-2007
>> t/1
== 2007
>> t/2
== 8
>> t/3
== 26 ;; but the path referencing is counter-intuitive ;; (to me anyway) Tim