3 lines
75 B
Scheme
3 lines
75 B
Scheme
;; Try requiring a file that does not exist.
|
|
(require "I-do-not-exist.ss")
|
;; Try requiring a file that does not exist.
|
|
(require "I-do-not-exist.ss")
|