> racket -f as.scm
; racket: undefined;
; cannot reference an identifier before its definition
; in module: top-level
; [,bt for context]
> ; -f: undefined;
; cannot reference an identifier before its definition
; in module: top-level
; [,bt for context]
> ; as.scm: undefined;
; cannot reference an identifier before its definition
; in module: top-level
; [,bt for context]
I think I have to somehow cd to the untarred arc3.2 but I'm not sure how to do so in the Racket App Terminal
It looks like you're trying to run racket -f as.scm inside Racket. It's just a terminal command. Open a new terminal (unrelated to Racket) and type it in there.
I got it set up in the regular terminal by adding the path to environment variables, however, it gave me the same message as before. Is there something more I should be doing with the untarred folder, maybe?