The Tk bind command associates Scheme scripts with X events.
Starting with version 3.0 those scripts must be Scheme
closures. Binding
closures can have parameters. Those parameters are one char symbols
(with the same conventions than the Tcl % char, see the bind
help page for details). For instance, the following Tcl script
can be translated into