1# show comments of a zip archive
2return 0
3args testcomment.zip   get_archive_comment   get_file_comment 0   get_file_comment 1   get_file_comment 2   get_file_comment 3
4file testcomment.zip testcomment.zip testcomment.zip
5stdout Archive comment: This is the archive comment for the file.
6stdout
7stdout Long.
8stdout
9stdout Longer.
10stdout
11stdout No comment for 'file1'
12stdout File comment for 'file2': First one had no comment.
13stdout File comment for 'file3': Third one.
14stdout File comment for 'file4': Last.
15