This commit is contained in:
Rico Sta. Cruz 2015-04-17 00:32:22 +08:00
parent bdf375bb64
commit d174f8f975
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ let name = "John"
echo "Hello, " . name
```
You can either put this in a script (`script.vim`) and run it (`:source script.vim`), or you can type the commands individually in normal mode as `:let ...` and `:echo ...`.
Variables
---------