
* Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behind svn: r10689
8 lines
135 B
Scheme
8 lines
135 B
Scheme
#lang scheme/base
|
|
|
|
(define-syntax-rule (bounce)
|
|
(begin
|
|
(require rnrs/main-6)
|
|
(provide (all-from-out rnrs/main-6))))
|
|
(bounce)
|