1 2 3 4 5 6 7 8 9
//Programming Example 8.8 //simple , multifile program to write "Hello there!" //Second file function[] = output() printf("Hello There!"); return; endfunction