##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-11/01:04-0400 ##+ # # load.icn, demonstrate loading icode files into the multitasker # procedure main() write("Loading ./load-module") lp := load("load-module", ["a", "b", "c"]) write("Evaluating main of load-module") @lp write("Back in initial program") end