##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: September, 2016 # Modified: 2016-10-03/22:49-0400 ##+ # # Display the &digits keyword cset # procedure main() write("Size of &digits: ", *&digits) write("Cset of &digtis: ", &digits) end