Merge pull request #107 from earik87/patch-1

Fixed the return value.
pull/110/head
Igor Irianto 3 years ago committed by GitHub
commit 4d01e293ca
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