- set-sharp-string-interpolation-syntax PROCprocedure
Extends the read-syntax with #"..." where the "..." is evaluated using (PROC "...").
- PROC
- #f ; read-syntax is cleared.
- PROC
- #t ; PROC is identity.
- PROC
- procedure ; interpolation function.
Extends the read-syntax with #"..." where the "..." is evaluated using (PROC "...").