6 lines
112 B
Scheme
6 lines
112 B
Scheme
(let ([f (load-relative "gui-main.ss")])
|
|
(thread
|
|
(lambda ()
|
|
(f "New" "Save" mred:console-frame%))))
|
|
|