1. zero statement-count

Hi,

I'm new to Euphoria. What's a "zero statement-count?"

Arlie

new topic     » topic index » view message » categorize

2. Re: zero statement-count

At 08:10 a.m. 13-02-99 -0500, you wrote:
>Hi,
>
>I'm new to Euphoria. What's a "zero statement-count?"

I may be wrong, but I think you mean the 300-statement limit of the public
domain edition. Euphoria comes in 2 version, the public domain that is free
and the complete edition that you must pay. The only diference is that the
full runtime error messages you get in your programs is limited to programs
of less than 300 statements in the public domain edition. A "zero
statement-count" is a library or routine that doesn't count to this 300
limit. An example is Win32Lib, a very popular and useful library to do
Windows programming with Euphoria. The library is big enough to consume by
itself those 300 statements, so for a non-registed user that uses this
library his "free" statements would be consumend before he writes a single
line of code of hes own. RDS "stamps" Win32Lib with a special code that
tells the interpreter to not count this file's (win32lib.ew) statements.


Regards,
        Daniel   Berstein
        daber at pair.com

new topic     » goto parent     » topic index » view message » categorize

3. Re: zero statement-count

At 12:26 PM 2/13/99 -0400, you wrote:
>At 08:10 a.m. 13-02-99 -0500, you wrote:
>>Hi,
>>
>>I'm new to Euphoria. What's a "zero statement-count?"
>
>I may be wrong, but I think you mean the 300-statement limit of the public
>domain edition. Euphoria comes in 2 version....
>
>
>Regards,
>        Daniel   Berstein
>        daber at pair.com
>
Hi Daniel,

Thanks for the explanation.

Regards,
Arlie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu