[Felix-language] Fwd: Delivery Status Notification (Failure)

2011-11-07 Thread Raoul Duke
-- Forwarded message -- From: Mail Delivery Subsystem Date: Mon, Nov 7, 2011 at 3:54 PM Subject: Delivery Status Notification (Failure) To: rao...@gmail.com Hello rao...@gmail.com, We're writing to let you know that the group you tried to contact (felix-language) may not exist,

Re: [Felix-language] Flx_cp

2011-11-07 Thread john skaller
On 08/11/2011, at 9:49 AM, john skaller wrote: > > [BTW: another bug or so has surfaced: the iteration doesn't compile if the > symbols cp and srcs are replaced by their values .. I don't know why] Argg .. yes it does .. the compiler messages are confusing but the bottom line is that this doesn

[Felix-language] Flx_cp

2011-11-07 Thread john skaller
Just FYI, here's a new procedure I'm putting in flx to install it: proc backup() { debugln "Backup Felix build"; println$ "FROM: " + FLX_INSTALL_DIR; println$ "TO : backup"; var result = 0; proc cp(s:string) { result=system(FLX_INSTALL_DIR+"/bin/flx_cp '"+FLX_INSTAL