mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 13:10:40 +00:00
Clarify the immutability subsection
This commit is contained in:
parent
66439f1bf9
commit
24a43de38e
@ -36,7 +36,7 @@ beverage = "orange juice"
|
||||
" throws an error
|
||||
```
|
||||
|
||||
You can define an immutable variable with `const`.
|
||||
You can define an immutable variable with `const`. Being immutable, once a variable value is assigned, you cannot reassign it with a different value.
|
||||
|
||||
```
|
||||
const waffle = "waffle"
|
||||
|
Loading…
Reference in New Issue
Block a user