In reply to: hm.. -- William 19:33:46 12-14-2004
Oh, and I know one problem: Posted by: Colin 22:43:45 12-14-2004 |
First, download my latest build (from sig on TKZ)
Next, use "//" comments, not "*"
Things like this "}*comment" won't work well.
The worst is this:
function(x)*comment
Which will actually execute:
(function(x))->operator*("comment")
Moral of the story: Use //s for comments.