How do I make a PIKEVAR in a .cmod static? The following
PIKEVAR string digits flags ID_STATIC;
(derived from how you make PIKEFUNs statuc) does not work at all. Neither do the more intuitive attempts
PIKEVAR static string digits;
or
static PIKEVAR string digits;
So what is the correct incantation?