We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f656c7e commit 3969559Copy full SHA for 3969559
defining-functions.md
@@ -395,7 +395,8 @@ assign it to a variable.
395
variables.
396
- Functions can take **arguments** and they can behave differently
397
depending on what arguments they get. Functions can also
398
- **return** one value. Returning also ends the function immediately.
+ **return** one value, like the built-in input function does.
399
+ Returning also ends the function immediately.
400
- Return a value instead of printing it if you need to do something with
401
it after calling the function.
402
0 commit comments