Fixed the return value.

The return value is corrected.
pull/107/head
Enis Arik 3 years ago committed by GitHub
parent b441c685a8
commit 0f78df7ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save