On 05/29/2013 05:19 PM, MrzlganeE wrote:

> The := operator would allow to declare a variable, deduce
> its type, and define its value.
>
> void main() {
>      x := 1;
>      y := 2.0;
>      z := x * y;
>      y = 3.0;
> }

I like it.

Ali

Reply via email to