Hi Freeman, > This is the form i am asking about: > (let > ( > (rand (random 100)) > ) > ( > ... > ) > )
In that form, the … is where the procedure(s) for the let function would
appear, though I’d probably indent it like this instead:
(let
(
(rand (random 100))
)
(
...
)
)
Now… what exactly is your question about that form?
Best,
Kieren.
________________________________
Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: [email protected]
