EXCITING VOCABULARY TIME!

1. THE SYNTAX HAS MEANING!
	A. ': DO NOT EVALUTE or TAKE LITERALLY
		 i. Function calls v. sentences
		ii. Variables v. words
	B. (: Call the following function
	C. ): End arguments or parameters
	D. #: #t, #f
	E. "": The empty word
	F. (): The empty sentence

2. BIG, EXCITING WORDS
	A. Function: A procedure that, given a particular input,
	   ALWAYS returns a consistent output for that input
	B. Parameter: Variable that a function uses
	   to receive an input
	C. Argument: Value that is put into a parameter