Copying Code Examples
When you're reading one of the code examples in THINK Reference, you may
want to copy and paste it into your own code. Use the Copy Code
Example(s) command in the Edit menu to copy all the code examples in the current page to the clipboard.
The Copy Code Example(s) command begins each code example with a comment that looks like this:
/* Code Example #X */
where X tells you which code example it is. If a page contains several code
examples, use these comments to find where each one begins.
Note that you can't use Command-C to copy an example. Command-C
invokes the Copy Template command. Also note that the Copy Code
Example(s) copies the examples exactly as they appear on the page: it
cannot translate C code to Pascal code or Pascal code to C code.