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

[REBOL] Re: Function to compare two scripts?

From: tomc:darkwing:uoregon at: 21-Aug-2003 10:22

not that a rebol version isn't a good idea but the diff command already does part of this pretty well and is apt to ba available on most platforms % diff vers1.r vers2.r 1c1 < rebol [ ---
> REBOL [
4c4 < ] ---
> history: [21-aug-2003 "Fixed exit problem"]
6,7c6 < print "test" < haltt ---
> halt
parsing the diff command output and changeing it to rebol friendly blocks of statements may be a shortcut for you On Thu, 21 Aug 2003 [SunandaDH--aol--com] wrote: