Subject Colons and variable names
Author Glebas Paulevicius
Hi,

What was an idea behind decision to prefix variable name
with colon in case of rvalue, and not to prefix it in case
of lvalue (in assignments)?

For instance, QTY = -:QTY;

For me, it seems confusing a bit.

With Java in mind - will need to be redone, anyway ;-)

Thanks,
Glebas