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