|
|
Label: ♦english
♦feature request
Nightwalker
created at Saturday, 2010-07-03, 14:37:09
1 Replies, 932 Hits
class X
But what if one needs instances of some class to interact with each other? It seems reasonable to have straight communication between them (just like in the example above).
{ protected var f = 0; public routine X(obj: X) { f = obj.f; #access disallowed } }
if ((value := Map[key]) ??)
won't work as expected. I suppose the ability to use this operator with complex expressions (brackets support, in other words) would be both convenient and correct.
writeln(key, '=>', value);
Comments
fu commented at Sunday, 2010-07-04, 04:29:24
|
fu: ... I forgot to say something about the plan for the whole new year in my previous reply. Well, besides w ... (Jan.19,01:40) fu: ... Happy new dragon year (which will start from this sunday)! Actually, it was a busy month (I wish th ... (Jan.18,22:46) ybabel: What's the plan for the new year ? Hello 'vry budy :- ) happy new year (when is the new year for you Fu ?) I saw you come back and comm ... (Jan.18,18:59) |