[BREAKING CHANGE] change variable keyword to 'let' from 'var'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var x = 10;
|
||||
let x = 10;
|
||||
|
||||
while x > 0 {
|
||||
print(x);
|
||||
|
Reference in New Issue
Block a user