1 2 3 4 5 6 7 8 9
link loadfuncpp procedure main() total := loadfuncpp("./iterate3.so", "iexample", 1) #arity present write( total([1,2,3,4,5]) ) end