##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-06/01:00-0400 ##+ # # flush.icn, demonstrate flush of buffer output streams # procedure main() writes("flushing") flush(&output) end