<html><body>
[[ print '''Using the stdout module redirects
stdout to the response object, so you can use
<b>print</b>!''']]<br>
redirecting stdout can be used to...
[[stdout.push()]]
[[print 'capture']] out[[='put']]
[[cached = stdout.pop()]]
... for later: <br>
[[=cached]]
</body></html>
|