define-in-module[syntax] define-in-module module var expr
[syntax] define-in-module module (var formals ...) expr
Gauche: Defines binding of variable var to the value of expr
in the module. Useful to insert binding into the other module.
See also define-module
|