Branch: Tag:

1999-12-21

1999-12-21 16:48:31 by Per Hedbor <ph@opera.com>

Pike tags should have all functions in roxenlib available

Rev: server/modules/scripting/piketag.pike:2.2

7:   // return "Hello world!\n";   // </pike>    - constant cvs_version = "$Id: piketag.pike,v 2.1 1999/11/27 07:49:40 per Exp $"; + constant cvs_version = "$Id: piketag.pike,v 2.2 1999/12/21 16:48:31 per Exp $";   constant thread_safe=1;      inherit "roxenlib";
69:   // Helper functions, to be used in the pike script.   class Helpers   { +  inherit "roxenlib";    string data = "";    void output(mixed ... args)    {