readlenwid function:
function call: [length, width] = readlenwid;
function header: function [l,w] = readlenwid
In the function call, not any argument is passed; hence, there are no input arguments in the function header. The function returns the two output arguments therefore there is a vector with two variables on the left-hand side of the assignment statement in which the function is called.