mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-22 18:43:02 +00:00
commit
4d01e293ca
1 changed files with 2 additions and 2 deletions
|
@ -201,10 +201,10 @@ function! Breakfast(meal, beverage = "Milk")
|
|||
endfunction
|
||||
|
||||
echo Breakfast("Hash Browns")
|
||||
" returns hash browns and milk
|
||||
" returns I had hash browns and milk for breakfast
|
||||
|
||||
echo Breakfast("Cereal", "Orange Juice")
|
||||
" returns Cereal and Orange Juice
|
||||
" returns I had Cereal and Orange Juice for breakfast
|
||||
```
|
||||
|
||||
## Variable Arguments
|
||||
|
|
Loading…
Reference in a new issue