1function [a, b] = afunc(c, d)
2% A function
3a = c + 1;
4b = d + 10;
5