##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-07/00:52-0400 ##+ # # getuid.icn, display the current user identity # procedure main() write(getuid()) end