[Aldor-l] Compiling setup

Ralf Hemmecke ralf at hemmecke.de
Sun Aug 13 07:40:03 EDT 2006


> I appreciate all that.  The issue under discussion, is what should be
> the proper translation of 
> 
>     a : String == "vlndoffmnelcfeeqmeejfoie";
> 
> into C.

That completely depends on how you define the type String (in a library) 
and how the function

string: Literal -> String

is implemented in that library. Without a library the compiler has to 
reject that line, since it is not Aldor code (String is not known).

Ralf



More information about the Aldor-l mailing list