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