← the terminal · man pages

MAN PAGES // WEEK 25

EXPRESSIONS, RETURN, PRACTICE · Ch 10 Sec 4-6 · six terms · write your own usage line under each
$ man RETURN
the statement handing a value back to the caller

$ man RETURN_VALUE
what a function call evaluates to

$ man FUNCTION_EXPRESSION
a function stored in a variable

$ man ANONYMOUS_FUNCTION
a function with no name of its own

$ man ARROW_FUNCTION
the compact => syntax

$ man CALL_CHAIN
using one function's return as another's argument