View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

logging your coding activities

Home   How To   Code Pool   Public Library   Theory   Events
// evaluate this to log your code into a document
(
d = Document.new;
codeDump = { arg x; d.string = d.string ++ x ++ nl; };
)

// to stop it:

codeDump = nil;

Uploaded Image: turbo.jpg

Link to this Page