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