Anatomy, left to right: the keyword function, then the name (greet), then parameters in brackets: empty labelled slots. Then the braces: the body, where the work happens. And return (Sam's first-ever question, module 0, answered by the AI as "the comes-out part") hands the result back to whoever called.
Here's a single call in slow motion. Watch where the argument goes in, and where the value comes out.