You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
223 B
Scheme
8 lines
223 B
Scheme
27 years ago
|
(lambda (request)
|
||
|
(case request
|
||
|
[(name) "Startup Test"]
|
||
|
[(app-unit-library) "tappinfo.ss"]
|
||
|
[(app-sig-library) "tsig.ss"]
|
||
|
[(splash-image-path) #f]
|
||
|
[else (error 'test-A "Unknown request: ~s" request)]))
|