##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August, 2016 # Modified: 2016-10-03/22:47-0400 ##+ # # Display some of the &cset keyword, not all, due to unprintables # procedure main() write("Size of &cset: ", *&cset) write("32 bytes starting at offset 41: ", &cset[41:73]) end