1. Re: EUPHORIA Digest - 14 Jun 1998 to 15 Jun 1998 (#1998-29)
At 12:00 AM 6/16/98 -0400, Automatic digest processor wrote:
>Date: Sun, 14 Jun 1998 23:59:12 -0400
>From: Robert Craig <rds at EMAIL.MSN.COM>
>Subject: Re: zip etc
>
>That's why I packed over 100 files into BUNDLE.DAT
>in EUPHOR20.ZIP.
Actually, why not
pkzip -prex euphor20 \euphoria\*.*
and tell the user to do
pkunzip -d euphor20 \euphoria\
? It will preserve directory names! (The install program would then only
need to check if the necessary EUDIR= variable is set...)
>Date: Mon, 15 Jun 1998 18:41:36 GMT
>From: Jeff Zeitlin <jeff.zeitlin at MAIL.EXECNET.COM>
>Subject: [EUPHORIA (#1998-27)] Comments on other postings
>
>>global function exp(atom x)
>
>You're right; I managed to overlook that. Atom is better than
As someone has said, object would be even more better... power() supports
sequence in sequence in ... (?)
>There are known bugs in calc.exe, and known bugs in some early
What are they?