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
> 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
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.
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
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
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.
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
> 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