[Aldor-l] Compiling setup
Christian Aistleitner
tmgisi at gmx.at
Sun Aug 13 04:47:20 EDT 2006
Hello,
>> | However, you where trying to tell me, it is not an issue of the source
>> | code and thereby did not consider
>> | local a:String = "abc";
>> | a.3 := char "X";
>> | bad style.
>>
>> *If* the declaration of a above is valid and makes 'a' a modifiable
>> string, *then* the program is correct and *should function correctly*.
>
> I consider it bad style! But probably for another reason. It contains a
> syntax error. Christian should have written
>
> local a:String := "abc";
>
> or
>
> local a:String == "abc";
Sorry for that. Of course I meant it in the spirit of my previous mails,
so my intention has been:
local a:String := "abc";
.
--
Kind regards,
Christian
More information about the Aldor-l
mailing list