# File lib/as_main.rb, line 71
    def gen_list
          list_id = *GL.GenLists(1)
      lambda{GL.DeleteLists([list_id])}
          
          return list_id
    end