3 lines
40 B
Plaintext
3 lines
40 B
Plaintext
let x: Int = 5 + 3;
|
|
let y: Int = x - 1;
|
let x: Int = 5 + 3;
|
|
let y: Int = x - 1;
|