1. Re: type string

Ralf writes:
> Robert, what precizely is the interpreter doing ?

Certain cases are highly optimized. Others are not.
Statements of the 3 forms below:

1.     if x relop y then ...


2.     elsif x relop y then ...


3.     while x relop y then ...

where x and y are known at compile-time to be of type integer,
and relop is a relational operator: < > <= >= = !=
happen to be highly-optimized. Other patterns
might not be as well optimized.

Regards,
     Rob Craig
     Rapid Deployment Software
     http://members.aol.com/FilesEu/

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu