[REBOL] rebol get-together in montreal ?

2004-04-04 Thread Gerard Cote
Hi Max, It's a nice idea to plan this get together for Montreal and vicinity REBOLers. I want to be part of the first meeting if I can afford it to match my spare summer time with the dates that will be planned for this event ... Personally I'll come from Quebec City and I can also accomodate

[REBOL] Re: command line arguments

2004-04-04 Thread A J Martin
> On Sun, 4 Apr 2004 22:20:09 +1000, you wrote: > > >You can write: > > > either system/script/args [ > > >instead of: > > >> either not system/script/args == none [ > > got an error when i tried that: Then you almost certainly have an error in the code before this point. :) -- Andrew J M

[REBOL] Re: command line arguments

2004-04-04 Thread tony summerfelt
On Sun, 4 Apr 2004 22:20:09 +1000, you wrote: >You can write: > either system/script/args [ >instead of: >> either not system/script/args == none [ got an error when i tried that: -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] differences between script output and typing with tcp port

2004-04-04 Thread sags
newbie q: why there is differencies f.ex. script: [ REBOL [Title: "CGI Test Script"] print "Content-Type: text/plain" print "" ; required print "" print "" print "Rebol script test" print "" print "" print "Hello!" checkPop: func [user-name passe pop-server

[REBOL] Re: save/all [slim]

2004-04-04 Thread Robert M. Münch
On Sun, 4 Apr 2004 04:59:50 -0400, Maxim Olivier-Adlhoch <[EMAIL PROTECTED]> wrote: > I have fixed this issue in the version I just uploaded to rebol.org Hi, :-)) Thanks a lot. > version 0.9.4.1 also adds theese two small extensions: Yes, those help too :-) Robert -- To unsubscribe from thi

[REBOL] Re: command line arguments

2004-04-04 Thread Anton Rolls
You can write: either system/script/args [ instead of: > either not system/script/args == none [ Anton. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: save/all

2004-04-04 Thread Robert M. Münch
On Sat, 3 Apr 2004 16:36:10 +0200, Gabriele Santilli <[EMAIL PROTECTED]> wrote: > RMM> But save is a native! Does anybody know this problem? > > I guess you have a redefined SAVE. (Using SLIM? I think Max is > redefining SAVE, LOAD etc.) Hi, most likely, yes. But shouldn't I get the redifi

[REBOL] Re: save/all [slim]

2004-04-04 Thread Maxim Olivier-Adlhoch
> This works WRT evaluation but give an other error I don't understand: > ** rval needs a value > ** Where: save > ** Near: rval: do encloded-func Gabriele is right, this is specific to slim... what happens is that because encompass wants to return any return value that the function its calling