##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-12/20:42-0400 ##+ # # save.icn, save the run-time system to a file # procedure main() if &features == "ExecImage" then save("save-runtime.tt") else write("no ExecImage") end