Hello, I have a little doubt. when you declare x = 3 does the variable x 'contains' the value 3 (like in Pascal) or does it contains an address which points to a memory place containing the value 3 ? Regards Salvatore