These are functions in LISP. The last expression is returned by default.

(defun myfunc(myparam)
	"this is my function description"
	(* rad 2)
)