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