Declare variables and reusable functions, and call them with arguments.
// Define a reusable function function foo(): void {}
// Return a value from a function return;