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