Merge pull request #107 from earik87/patch-1

Fixed the return value.
This commit is contained in:
Igor Irianto 2021-07-19 19:12:18 -05:00 committed by GitHub
commit 4d01e293ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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