summaryrefslogtreecommitdiff
path: root/662/DEPENDENCIES/file2.sci
blob: 194886290e50976251266c121bbf26b5d034ee5f (plain)
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