- `[u,s,v]=svd(X);` is translated to the same expression - `function [X,Y]=li(AA,BB)` is translated to ```julia function li(AA,BB) ⋮ return [X,Y] end ```