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

[REBOL] Re: Getting version number of a Rebol Program.

From: antonr:iinet:au at: 24-May-2003 15:36

Pardon me? Yes, I understand what the code is for, I'm just making a point about optimizing. In your code at bottom, twice you have written: to-file join program-location [...] My point is that can be simplified to: join program-location [...] as long as program-location is of type file! and ends in a slash. Sorry about any confusion. Regards, Anton.