5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
print("x should be 78:");
|
|
|
|
let x = 78;
|
|
print(x);
|
print("x should be 78:");
|
|
|
|
let x = 78;
|
|
print(x);
|