primitives

(PRIM-OP EXPRESSION ...)
The application of primitive procedures is much like the application of user-defined procedures; the expressions are evaluated from left to right, and passed as arguments to the primitive procedure named at the left end of the application. A define-struct expression creates new primitives.

Intermediate Student Language


Google