##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-12/20:37-0400 ##+ # # runerr.icn, terminate a run with an error code and value # procedure main() x := "abc" runerr(102, x) write("doesn't get here") end