7 lines
97 B
Text
7 lines
97 B
Text
|
|
function main()
|
||
|
|
program = program_name();
|
||
|
|
printf("Program: %s", program);
|
||
|
|
endfunction
|
||
|
|
|
||
|
|
main();
|