3 lines
83 B
C++
3 lines
83 B
C++
|
|
int v = ref; // sets v to the value of var, that is, 3
|
||
|
|
ref = 42; // sets var to 42
|