2019-10-10 18:58:14 +03:00
|
|
|
## Summary 1 (#1)
|
2019-10-10 17:37:55 +03:00
|
|
|
|
2020-04-28 23:39:10 +03:00
|
|
|
Define `var x = 1`. Now define `val y = x` and `val z = y`. Next, assign
|
2019-11-07 16:01:16 +03:00
|
|
|
2 to `x` and display the values of all three identifiers on different lines:
|
2020-10-11 20:10:45 +03:00
|
|
|
first `x`, then `y`, then `z`.
|