How can I get the operators like '**' (power), '<<' (left shift) etc to work in tt?
   [% x = 10;
      y = 2 ** x;
    %]
 gives me an error.
 
Thanks
Subbu

Reply via email to