In alcune lingue (C ++, Java, Ruby, ecc.) un'assegnazione restituisce un valore e può essere utilizzato in un'espressione:
x = (y = z); // ok, 'x' gets the value of 'z'
In altre lingue (Ada, VHDL), un'assegnazione è un'istruzione corrett...
posta
13.05.2014 - 19:13