##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: November 2016 # Modified: 2016-11-21/12:39-0500 ##+ # # threading.icn, Hello, threads, not sychronized # procedure main() every t := !10 do thread write("Hello, world; I am thread: ", t) write("main: complete") end