##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-16/00:41-0400 ##+ # # writes.icn, demonstrate writes # procedure main() # first to default &output, then a string to &errout, then &output # stream buffers for output and error can cause random display order writes("first ", &errout, " to std err ", &output, " to std out ") end