I have function setup as
(define function (lambda (lst s1 s2 s3) ...... )))
when calling it - (function '(1 2 3) 0 0 0) - I am getting this error because of the ' ? What do I need to add into my code for it to understand the list " 1 2 3 " ? I have # lang racket at the top.. error below
‘: undefined; cannot reference an identifier before its definition