You are looking at historical revision 27244 of this page. It may differ significantly from its current revision.

Sandbox

I'm playing around with svnwiki syntax so we can do something reasonable with cock's svnwiki driver.

debug?

[parameter] debug? → #f

debug-print

[procedure] (debug-print key value) → unspecified
[procedure] (debug-print key value out) → unspecified

Print key-value pairs if the parameter debug? is true.

Parameters

key
The key to print
value
The value to print
out
The port whereto to print