2.5 Parameters and Variables はパラメータと変数なのですが、C言語やLispの変数とはかなり違います。 まずは parameters と variables の導入。 A parameter can be denoted by a name, a number, or one of the special characters listed in Special Parameters. A variable is a parameter denoted by a name. A parameter is set if it has an assigned value…