Help for this page

Select Code to Download


  1. or download this
        [% list = [1, 2, 3] %]
        [% undef = list.pop %]
    
  2. or download this
        [% [undef] = list.pop %]