htn442
Newbie level 1
I write one simple skill code. why do I get this error .. hOw to fix it
*Error* eval :unbound variable -Let
Code:
procedure( sum(x y)
let(( x y z)
z=x+y
)
*Error* eval :unbound variable -Let
Last edited by a moderator: