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