> Hi, > > REBOL has much more expressive power than the C preprocessor :-) > It's quite easy to convert programs from other languages to REBOL. > > rootdir: %/config/ > > a: open/read join rootdir "log.txt" > b: open/read join rootdir "prog.cfg" > rootdir/log.txt works too :) > -- > Michal Kracik > Volker
