CPSC 425 Assignment 10
Procedures with Multiple Arguments
Due Before Class on Monday, February 22nd
The file ds-rep.tgz contains the code from class that modified the PROC language. Complete the following exercises that we began in class:
- 3.21 (pg. 80)
- example usage : (run "let f = proc (x , y) -(x , y) in (f 10 7)") = #(struct:num-val 3)
Submission: Submit through the course blackboard site.