Runs the content as Pike code. This tag is not always available,
since it can be a security hazard. How to program Pike is explained in
the Programmer manual.
Arguments passed to the tag:
Attributes
Example
source code
<gtext
><pike>
string a;
a = "Hello";
a += " World";
return a;
</pike
></gtext>