blob: 3e757eef1824672ef62d4933445743fd728abc70 (
plain)
1
2
3
4
5
6
7
8
9
10
|
function mainfunction()
// ---------------------------------------
// --- Initialization of the operands. ---
// ---------------------------------------
powerfactor = 3;
disp(powerfactor)
endfunction
|