I'm having some trouble with Dript and I have no idea what's causing this. The problem: I put an embedded dript tag somewhere within the body of a node and the output will be cut immediately after the tag.

So, this code:

A line of text.
[driptn (print "Dript output.") \]
Another line of text.

will procude this result:

A line of text.
Dript output.

[driptne \] seems to work even less:

A line of text.
[driptne "Dript output." \]
Another line of text.

will procude this result:

A line of text.

Am I doing something wrong? Have I missed the point somehow?

I'd greatly appreciate any help on this issue - adding a Lisp interpreter is one of the best ways to improve just about anything. :)