From: Paul K. <pki...@us...> - 2003-03-31 20:28:14
|
Update of /cvsroot/octave/octave-forge/main/general In directory sc8-pr-cvs1:/tmp/cvs-serv13380/general Modified Files: deal.m Log Message: Extend the deal function to handle [a,b]=deal(b,a) No change to the incompatible [a,b]=deal([1,2]) behaviour. |